Reuse pip cache on travis (remove -U)

This commit is contained in:
Cristi Vîjdea
2018-08-06 12:37:58 +03:00
parent 16b6ed7fd6
commit df0f43084f
+1 -2
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