We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f81f1f commit 520fa36Copy full SHA for 520fa36
1 file changed
.travis.yml
@@ -2,6 +2,7 @@ dist: bionic
2
services:
3
- redis-server
4
language: python
5
+cache: pip
6
env:
7
- CODECOV_TOKEN="e309d317-ca30-4c79-a01c-f4dc7c60e471"
8
python:
@@ -15,8 +16,8 @@ before_install:
15
16
- sudo apt-get update -qy
17
- sudo apt-get install -qy iputils-ping
18
install:
- - pip install -r docs/requirements.txt
19
- - pip install .
+ - pip install -U -r docs/requirements.txt
20
+ - pip install -U .
21
script: pytest --cov=./privex -v
22
after_success:
23
- codecov
0 commit comments