Cache pip installs in travis

This commit is contained in:
Joren Vrancken 2018-01-07 22:36:34 +01:00
parent f8fad2fd29
commit 77a9861353
2 changed files with 8 additions and 5 deletions

View File

@ -1,12 +1,12 @@
sudo: false sudo: false
language: python language: python
python: python:
- "3.5" - 3.5
- "3.6" - 3.6
install: install:
- pip install tox - pip install -r requirements_travis.txt
- pip install tox-travis cache:
- pip install python-coveralls - pip
script: script:
- tox - tox
after_success: after_success:

3
requirements_travis.txt Normal file
View File

@ -0,0 +1,3 @@
tox
python-coveralls
tox-travis