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 90fb362 commit e6535e9Copy full SHA for e6535e9
.travis.yml
@@ -1,5 +1,10 @@
1
sudo: false
2
3
+cache:
4
+ directories:
5
+ - $HOME/.ccache
6
+ - $HOME/.cache/pip
7
+
8
addons:
9
apt:
10
packages:
@@ -55,6 +60,7 @@ before_install:
55
60
# Install into our own pristine virtualenv
56
61
- virtualenv --python=python venv
57
62
- source venv/bin/activate
63
+ - export PATH=/usr/lib/ccache:$PATH
58
64
59
65
install:
66
# Upgrade pip and setuptools. Mock has issues with the default version of
0 commit comments