Skip to content

Commit 520fa36

Browse files
committed
use pip cache for travis
1 parent 3f81f1f commit 520fa36

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ dist: bionic
22
services:
33
- redis-server
44
language: python
5+
cache: pip
56
env:
67
- CODECOV_TOKEN="e309d317-ca30-4c79-a01c-f4dc7c60e471"
78
python:
@@ -15,8 +16,8 @@ before_install:
1516
- sudo apt-get update -qy
1617
- sudo apt-get install -qy iputils-ping
1718
install:
18-
- pip install -r docs/requirements.txt
19-
- pip install .
19+
- pip install -U -r docs/requirements.txt
20+
- pip install -U .
2021
script: pytest --cov=./privex -v
2122
after_success:
2223
- codecov

0 commit comments

Comments
 (0)