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 82ad817 commit cc34ecfCopy full SHA for cc34ecf
.travis.yml
@@ -8,9 +8,10 @@ python:
8
install:
9
- python setup.py install
10
- pip install coveralls
11
+ - mkdir local_cache
12
script:
- - coverage run test_replays/test_all.py
13
- - coverage run --append test_s2gs/test_all.py
+ - 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
15
after_success:
16
- coveralls
17
branches:
0 commit comments