This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
00dani
/
lemoncurry
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
49
Wiki
Activity
Browse Source
Try to preserve both the pip and pipenv caches in Travis builds
pull/1/head
Danielle McLean
2 years ago
parent
382a79e6c7
commit
a35a1283da
Signed by:
00dani
GPG Key ID:
8EB789DDF3ABD240
1 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-2
.travis.yml
+ 5
- 2
.travis.yml
View File
@ -1,8 +1,11 @@
language
:
python
cache:
pip
:
true
directories:
-
$HOME/.local/share/virtualenvs
-
$PIP_CACHE_DIR
-
$PIPENV_CACHE_DIR
env:
-
PIP_CACHE_DIR=$HOME/.cache/pip
-
PIPENV_CACHE_DIR=$HOME/.cache/pipenv
python:
-
'3.6'
install:
Write
Preview
Loading…
Cancel
Save