We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8dd4e2e + 056675a commit 887e95aCopy full SHA for 887e95a
.travis.yml
@@ -28,7 +28,7 @@ before_install:
28
- export PIP_USE_MIRRORS=true
29
- pip install --upgrade pytest # https://github.com/travis-ci/travis-ci/issues/4873
30
- pip install --upgrade pip wheel virtualenv setuptools
31
- - pip install pytest-cov coverage codecov
+ - pip install pytest-cov coverage codecov flake8
32
install:
33
- pip install -e .
34
- pip install -r requirements/test.txt
@@ -41,7 +41,9 @@ before_script:
41
- export PATH=$HOME/tmux/bin:$PATH
42
- cd ..
43
- tmux -V
44
-script: py.test --cov
+script:
45
+ - py.test --cov
46
+ - make flake8
47
addons:
48
apt:
49
packages:
0 commit comments