Reuse pip cache on travis (remove -U)
parent
16b6ed7fd6
commit
df0f43084f
|
|
@ -51,8 +51,7 @@ jobs:
|
|||
fast_finish: true
|
||||
|
||||
install:
|
||||
- python -m pip install -U pip
|
||||
- pip install -U -r requirements/ci.txt
|
||||
- pip install -r requirements/ci.txt
|
||||
|
||||
before_script:
|
||||
- coverage erase
|
||||
|
|
|
|||
Loading…
Reference in New Issue