Travis CI: cache pip

This commit is contained in:
XhmikosR
2019-12-20 09:23:42 +02:00
parent 2dac54d6bc
commit a2f4d7b4be
+3 -2
View File
@@ -1,8 +1,9 @@
language: python
install:
- pip install -r requirements.txt
- pip install -r requirements.txt
script:
- mkdocs build --verbose --clean
- mkdocs build --verbose --clean
cache: pip
deploy:
provider: pages
keep-history: true