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 3709bcb commit d3c1fe5Copy full SHA for d3c1fe5
.travis.yml
@@ -7,9 +7,12 @@ python:
7
- pypy
8
install:
9
- python setup.py install
10
+ - pip install coveralls
11
script:
- - python test_replays/test_all.py
12
- - python test_s2gs/test_all.py
+ - coverage run --source=sc2reader python test_replays/test_all.py
13
+ - coverage run --append --source=sc2reader python test_s2gs/test_all.py
14
+after_success:
15
+ - coveralls
16
branches:
17
only:
18
- master
0 commit comments