Skip to content

Commit 88a8bd1

Browse files
committed
Python 3.5 is now supported
1 parent 938dff1 commit 88a8bd1

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
@@ -12,7 +12,7 @@ install:
1212
- pip install codecov
1313

1414
script:
15-
- coverage run --omit=*.virtualenvs*,*virtualenv* setup.py test
15+
- coverage run --omit=*.virtualenvs*,*virtualenv* tests/test.py test
1616

1717
after_success:
1818
- coveralls

0 commit comments

Comments
 (0)