Skip to content
Snippets Groups Projects
Commit d61bfd79 authored by juga's avatar juga
Browse files

fix: CI: Cache pip, run tox stats after sucess

and do not require sudo.
parent 0939152c
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@ language: python
# But we add this line to show the python version in the Travis UI
python: "3.6"
sudo: false
cache: pip
env:
matrix:
## This matrix entry is required, but it doesn't actually create any jobs
......@@ -135,6 +139,9 @@ script:
# - tox -e doclinks
- tox -e clean
after_success:
# gather Python coverage
- tox -e stats
notifications:
irc:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment