Skip to content

Commit f3d7363

Browse files
committed
Bump version 0.2.4 (WTF)
1 parent 37838b5 commit f3d7363

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.travis.yml

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

0 commit comments

Comments
 (0)