Reuse pip cache on travis (remove -U)

openapi3
Cristi Vîjdea 2018-08-06 12:37:58 +03:00
parent 16b6ed7fd6
commit df0f43084f
1 changed files with 1 additions and 2 deletions

View File

@ -51,8 +51,7 @@ jobs:
fast_finish: true fast_finish: true
install: install:
- python -m pip install -U pip - pip install -r requirements/ci.txt
- pip install -U -r requirements/ci.txt
before_script: before_script:
- coverage erase - coverage erase