Skip to content

Commit

Permalink
Attempt to fix coverage take 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
GraylinKim committed Aug 24, 2013
1 parent 4e638e8 commit 380ab28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -10,8 +10,8 @@ install:
- pip install coveralls
- mkdir local_cache
script:
- 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
- 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
after_success:
- coveralls
branches:
Expand Down

0 comments on commit 380ab28

Please sign in to comment.