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.
1 parent 4696b23 commit 06a3b4aCopy full SHA for 06a3b4a
.travis.yml
@@ -24,7 +24,7 @@ install:
24
- pip install -e . --use-mirrors
25
26
script:
27
- - flake8 --show-source --ignore=E501,W391 .
+ - flake8 --show-source --ignore=E501,E731,W391 .
28
- nosetests -v --with-coverage tests/test_000_bucky.py
29
- nosetests -v --with-coverage tests/test_001_statsd.py
30
- nosetests -v --with-coverage tests/test_002_collectd.py
0 commit comments