Flake8 and store artefacts in CircleCI

This commit is contained in:
Roman Yurchak 2018-08-22 17:52:03 +03:00
parent 99772a9ac8
commit ff45a550a6
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,5 @@
import os
from pathlib import Path
import time
from http.server import HTTPServer, SimpleHTTPRequestHandler
import threading