Skip to content

Commit

Permalink
this should do it. Found solution at https://pypi.python.org/pypi/pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Aug 16, 2015
1 parent 1752834 commit bce52c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -33,13 +33,13 @@ install:
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION pip numpy scipy pandas matplotlib pytest
- source activate test-environment
# Build in place so we can run tests
- python setup.py install
- pip install .
- pip install coveralls
- pip install pytest-cov
# command to run tests
script: py.test --cov lifelines -vv
script: py.test --cov==lifelines lifelines -vv
after_success:
coveralls debug
coveralls
# Don't want notifications
notifications:
email: false

0 comments on commit bce52c6

Please sign in to comment.