Skip to content

Commit

Permalink
Tweak travis
Browse files Browse the repository at this point in the history
  • Loading branch information
timodonnell committed Sep 24, 2021
1 parent b6b1369 commit d24a9d3
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 @@ -25,7 +25,7 @@ addons:
install:
- >
conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION
numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=2.2.0,<2.3.0'
numpy scipy nose pandas matplotlib mkl-service 'tensorflow>=2.2.0'
pypandoc sphinx numpydoc
- source activate test-environment
- pip install nose-timer
Expand Down

0 comments on commit d24a9d3

Please sign in to comment.