Reuse pip cache on travis (remove -U)
parent
16b6ed7fd6
commit
df0f43084f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue