Skip to content

Commit a6ab22f

Browse files
committed
Tell travis to use 2.6 compatible commands.
Test discovery wasn't added until 2.7
1 parent c37c034 commit a6ab22f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
install:
77
- python setup.py install
88
script:
9-
- python -m unittest discover test_replays
10-
- python -m unittest discover test_s2gs
9+
- python test_replays/test_all.py
10+
- python test_s2gs/test_all.py
1111
notifications:
1212
irc: "chat.freenode.net#sc2reader"

0 commit comments

Comments
 (0)