Skip to content

Commit

Permalink
Merge pull request #50 from pygridgen/fix-py34-build
Browse files Browse the repository at this point in the history
remove pytest-cov from conda install
  • Loading branch information
phobson committed Apr 19, 2019
2 parents dc8f7c7 + 0723235 commit 11fd6fd
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 11fd6fd

Please sign in to comment.