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 6f66998 commit ec3e3c6Copy full SHA for ec3e3c6
.travis.yml
@@ -7,6 +7,6 @@ install:
7
- pip install https://github.com/dcramer/pyflakes/tarball/master
8
- pip install -r requirements.txt --use-mirrors
9
script:
10
- - pep8 --exclude=migrations --ignore=E501 rtkit || exit 1
+ - pep8 --ignore=E501 rtkit || exit 1
11
- pyflakes -x W rtkit || exit 1
12
- nosetests --with-doctest
0 commit comments