Skip to content

Commit

Permalink
use develop version when testing for coverage to work
Browse files Browse the repository at this point in the history
  • Loading branch information
hsharrison committed Jul 4, 2014
1 parent 10a20ee commit e4c7cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ python:
- 3.4

install:
- pip install . pytest pytest-cov python-coveralls
- pip install -e . pytest pytest-cov python-coveralls
- pip install pytest

script:
Expand Down

0 comments on commit e4c7cd4

Please sign in to comment.