Browse Source

Speed up build by caching pip dependencies

See https://docs.travis-ci.com/user/caching/#pip-cache
pull/77/head
Clemens Wolff 5 years ago
parent
commit
4f03cfebf0
1 changed files with 2 additions and 0 deletions
  1. 2
      .travis.yml

2
.travis.yml

@ -6,6 +6,8 @@ services:
python:
- "3.6"
cache: pip
install:
- pip install -r requirements.txt

Loading…
Cancel
Save