Skip to content

Commit

Permalink
Use 'python setup.py develop' to make sure that coverage testing works
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Aug 1, 2016
1 parent a0a5fa2 commit b9d049c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,8 @@ install:
- git clone git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh

- python setup.py install
# Need to use develop instead of install to make sure coverage works
- python setup.py develop

script:
- python -c 'import pytest_mpl.plugin'
Expand Down

0 comments on commit b9d049c

Please sign in to comment.