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 4e638e8 commit 380ab28Copy full SHA for 380ab28
.travis.yml
@@ -10,8 +10,8 @@ install:
10
- pip install coveralls
11
- mkdir local_cache
12
script:
13
- - SC2READER_CACHE_DIR=local_cache coverage run --source=sc2reader test_replays/test_all.py
14
- - SC2READER_CACHE_DIR=local_cache coverage run --source=sc2reader --append test_s2gs/test_all.py
+ - SC2READER_CACHE_DIR=local_cache coverage run --source=./sc2reader test_replays/test_all.py
+ - SC2READER_CACHE_DIR=local_cache coverage run --source=./sc2reader --append test_s2gs/test_all.py
15
after_success:
16
- coveralls
17
branches:
0 commit comments