Skip to content

Commit

Permalink
Merge pull request #206 from enthought/fix-coveralls-report
Browse files Browse the repository at this point in the history
use develop instead of install so coveralls can find the right path when showing the source coverage
  • Loading branch information
mdickinson committed Oct 7, 2014
2 parents 1ce982e + dd79a88 commit 676a69c
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 @@ -12,7 +12,7 @@ install:
- pip install cython
- pip install coverage
- pip install coveralls
- python setup.py install
- python setup.py develop
before_script:
- mkdir testrunner
- cp .coveragerc testrunner/
Expand Down

0 comments on commit 676a69c

Please sign in to comment.