Skip to content

Commit

Permalink
Trying to fix coveralls integration
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Crown committed Mar 1, 2015
1 parent 16bc6fd commit 373333b
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 @@ -2,6 +2,6 @@ language: python
install:
- "pip install ."
- "pip install -r requirements.txt"
script: py.test tests/ -v --cov haralyzer --cov-report term-missing
script: py.test --cov haralyzer tests/
after_success:
- coveralls

0 comments on commit 373333b

Please sign in to comment.