aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2018-10-17 16:59:13 +1100
committerMiguel Jacq <mig@mig5.net>2018-10-17 16:59:13 +1100
commit67d75826aeb55ce1277324daf8cb6e0d317149f2 (patch)
tree9f6e3ac55cd5c10ffce6d72245e6a46cda4dde24 /.circleci
parentd40351e0af4b7da08d246615ab15571495780f31 (diff)
downloadonionshare-67d75826aeb55ce1277324daf8cb6e0d317149f2.tar.gz
onionshare-67d75826aeb55ce1277324daf8cb6e0d317149f2.zip
circleci tweaks
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 6adcdfa9..f50a98f7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -33,11 +33,13 @@ jobs:
- run:
name: run flask tests
command: |
+ . venv/bin/activate
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
+ - run:
name: run tests
command: |
. venv/bin/activate