Skip to content

Commit

Permalink
remove pytest-cov from conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
phobson authored Apr 19, 2019
1 parent dc8f7c7 commit 0723235
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 @@ -29,7 +29,7 @@ before_install:
- conda install --yes nomkl

install:
- conda create --yes --channel=conda-forge --name=test python=$TRAVIS_PYTHON_VERSION nomkl gridgen numpy matplotlib pyproj pytest pytest-cov pytest-pep8 coverage docopt requests pyyaml
- conda create --yes --channel=conda-forge --name=test python=$TRAVIS_PYTHON_VERSION nomkl gridgen numpy matplotlib pyproj pytest pytest-pep8 coverage docopt requests pyyaml
- source activate test
- pip install coveralls
- pip install -e .
Expand Down

0 comments on commit 0723235

Please sign in to comment.