Skip to content

Commit 51e28a6

Browse files
committed
travis
1 parent bc4c4eb commit 51e28a6

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
@@ -11,7 +11,7 @@ install:
1111

1212

1313
script:
14-
- python setup.py test
14+
- python -m pytest tests
1515
- python setup.py check -rm
1616
- if python -c "import sys; sys.exit(sys.version_info < (3,5))"; then
1717
python setup.py check -s;

0 commit comments

Comments
 (0)