Commit ff45a550 authored by Roman Yurchak's avatar Roman Yurchak

Flake8 and store artefacts in CircleCI

parent 99772a9a
......@@ -111,6 +111,9 @@ jobs:
export PATH=$PWD/firefox:$PATH
pytest test -v -k chrome
- store_artifacts:
path: /home/circleci/repo/build/
deploy:
machine:
enabled: true
......
import os
from pathlib import Path
import time
from http.server import HTTPServer, SimpleHTTPRequestHandler
import threading
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment