We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b9d42 commit ffa5dc4Copy full SHA for ffa5dc4
.travis.yml
@@ -9,8 +9,8 @@ install:
9
- python setup.py install
10
- pip install coveralls
11
script:
12
- - coverage run --source=sc2reader test_replays/test_all.py
13
- - coverage run --append --source=sc2reader test_s2gs/test_all.py
+ - coverage run test_replays/test_all.py
+ - coverage run --append test_s2gs/test_all.py
14
after_success:
15
- coveralls
16
branches:
0 commit comments