mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Cache pip installs in travis
This commit is contained in:
parent
f8fad2fd29
commit
77a9861353
2 changed files with 8 additions and 5 deletions
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
|
Loading…
Add table
Reference in a new issue