Skip to content

Commit ec3e3c6

Browse files
committed
Bump version 0.2.4
1 parent 6f66998 commit ec3e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ install:
77
- pip install https://github.com/dcramer/pyflakes/tarball/master
88
- pip install -r requirements.txt --use-mirrors
99
script:
10-
- pep8 --exclude=migrations --ignore=E501 rtkit || exit 1
10+
- pep8 --ignore=E501 rtkit || exit 1
1111
- pyflakes -x W rtkit || exit 1
1212
- nosetests --with-doctest

0 commit comments

Comments
 (0)