Skip to content

Commit

Permalink
fixed issues after bad @Cybran111 advice
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolerd committed Jul 28, 2015
1 parent 604cbb2 commit 49325cf
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 @@ -7,7 +7,7 @@ install:
# command to run tests
script:
- flake8 --exclude "*versions*" .
- coverage run --source='.' -m unittest
- coverage run --source='.' --omit='*.html' -p -m unittest

after_success:
- coverage combine
Expand Down

0 comments on commit 49325cf

Please sign in to comment.