Skip to content

Commit

Permalink
[ci] Don't cache pip anymore (faster build)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpariente committed Mar 15, 2020
1 parent 23a6b38 commit ea39e3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: python
# the build almost instantly (but adding to the cache takes a while).
cache:
directories:
- $HOME/.cache/pip
# - $HOME/.cache/pip
- $HOME/virtualenv/python3.6.7/lib/python3.6/site-packages
env:
# List packages that you want to reinstall everytime
Expand All @@ -21,7 +21,6 @@ install:
- for package in $NO_CACHE; do pip uninstall -y ${package}; done
- pip install numpy Cython
- pip install pytest coverage codecov
# - pip install pb_bss@git+https://github.com/mpariente/pb_bss
- pip install -r requirements.txt
- pip install -r docs/requirements.txt
- pip install -e . --no-deps
Expand Down

0 comments on commit ea39e3c

Please sign in to comment.