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 380ab28 commit 7f448d8Copy full SHA for 7f448d8
.travis.yml
@@ -6,12 +6,12 @@ python:
6
- 3.3
7
- pypy
8
install:
9
- - python setup.py install
+ - python setup.py develop
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