Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akkowal2 committed May 3, 2015
1 parent 40fead5 commit cec07cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:

# command to run tests, e.g. python setup.py test
script:
- coverage run --omit=*/python?.?/*,*/site-packages/*,*__init__*,*test_*,*Freenet* -m unittest discover unittests
- coverage run --omit=*/python?.?/*,*/site-packages/*,*__init__*,test_* -m unittest discover unittests

after_success:
coveralls

0 comments on commit cec07cf

Please sign in to comment.