Skip to content

Commit

Permalink
Remove pytest version requirement for travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Oct 1, 2019
1 parent aaa49d7 commit a66081b
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 @@ -26,7 +26,7 @@ before_install:

install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION pip numpy scipy cython matplotlib
- pip install pytest==3.6.2 pytest-cov coverage coveralls corner deprecation
- pip install pytest pytest-cov coverage coveralls corner deprecation
- pip install . --upgrade
- python setup.py build_ext -i

Expand Down

0 comments on commit a66081b

Please sign in to comment.