Skip to content

Commit 7f448d8

Browse files
committed
Coverage fix take 3, use develop and not install.
1 parent 380ab28 commit 7f448d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ python:
66
- 3.3
77
- pypy
88
install:
9-
- python setup.py install
9+
- python setup.py develop
1010
- pip install coveralls
1111
- mkdir local_cache
1212
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
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
1515
after_success:
1616
- coveralls
1717
branches:

0 commit comments

Comments
 (0)