From ff45a550a6193fcae7645c40b08358d46976b1b3 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Wed, 22 Aug 2018 17:52:03 +0300 Subject: [PATCH] Flake8 and store artefacts in CircleCI --- .circleci/config.yml | 3 +++ test/test_package_loading.py | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f5ccd8a0d..ed0c80730 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/test/test_package_loading.py b/test/test_package_loading.py index f403103cd..590d27e90 100644 --- a/test/test_package_loading.py +++ b/test/test_package_loading.py @@ -1,6 +1,5 @@ import os from pathlib import Path -import time from http.server import HTTPServer, SimpleHTTPRequestHandler import threading