Skip to content

Commit 6f66998

Browse files
committed
Bump version 0.2.4 (plzzzz)
1 parent f3d7363 commit 6f66998

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.travis.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
language: python
22
python:
3-
- 2.6
4-
- 2.7
5-
install: pip install -r requirements.txt --use-mirrors
6-
script: nosetests --with-doctest
7-
3+
- "2.6"
4+
- "2.7"
5+
install:
6+
- pip install pep8 --use-mirrors
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
11+
- pyflakes -x W rtkit || exit 1
12+
- nosetests --with-doctest

0 commit comments

Comments
 (0)