Skip to content

Commit

Permalink
Updated travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
misterkevinski committed Oct 15, 2018
1 parent ae96aca commit 8308215
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:
- conda info -a
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda install -c conda-forge pytest-cov
- conda install -c conda-forge pytest-cov coveralls
- python setup.py install
script:
- py.test --cov=mambas/ tests/
Expand Down

0 comments on commit 8308215

Please sign in to comment.