Skip to content

Commit

Permalink
Fix source dir for coverage run in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed May 16, 2014
1 parent fdfef57 commit 2d058b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ install:
- sudo apt-get install python-pygame
- pip install coverage coveralls -e .
script:
- coverage run --source=pyspacewar test.py
- coverage run --source=src/pyspacewar test.py
after_success:
- coveralls
notifications:
Expand Down

0 comments on commit 2d058b1

Please sign in to comment.