Skip to content

Commit

Permalink
Temporarily remove setup.py install (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreenwald committed Oct 23, 2020
1 parent b7d7314 commit 324bb9b
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 @@ -14,7 +14,7 @@ install:
- travis_retry pip install -r requirements-test.txt
- travis_retry export PYTHONPATH=$PWD
# this is needed to install the requirements
- travis_retry python setup.py install
# - travis_retry python setup.py install

env:
- MPLBACKEND=Agg
Expand Down

0 comments on commit 324bb9b

Please sign in to comment.