Cache pip installs in travis
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -1,12 +1,12 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- 3.5
|
||||
- 3.6
|
||||
install:
|
||||
- pip install tox
|
||||
- pip install tox-travis
|
||||
- pip install python-coveralls
|
||||
- pip install -r requirements_travis.txt
|
||||
cache:
|
||||
- pip
|
||||
script:
|
||||
- tox
|
||||
after_success:
|
||||
|
||||
3
requirements_travis.txt
Normal file
3
requirements_travis.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
tox
|
||||
python-coveralls
|
||||
tox-travis
|
||||
Reference in New Issue
Block a user