Skip to content

Commit

Permalink
adds no deps install to travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ackagel committed Dec 4, 2020
1 parent c312e8e commit a2eb662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ python:

# We add python path to enable testing jupyter notebooks
install:
- travis_retry pip install --no-deps -r requirements.txt
- travis_retry pip install -r requirements.txt
- travis_retry pip install --no-deps -r requirements-nodeps.txt
- travis_retry pip install -r requirements-test.txt
- travis_retry export PYTHONPATH=$PWD
# this is needed to install the requirements
Expand Down

0 comments on commit a2eb662

Please sign in to comment.