aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodl <[email protected]>2017-11-27 16:49:38 +0100
committercodl <[email protected]>2017-11-27 16:49:38 +0100
commit3b6e3313ac44c4f18d4b034491a9a0c3a259a578 (patch)
tree3ab84f9b84d0ec6bcb2c908c1cd7b1a33997b7b6 /.travis.yml
parentf8ae58169231333100f291153d1ed32c8888be3a (diff)
downloadmastodon.py-3b6e3313ac44c4f18d4b034491a9a0c3a259a578.tar.gz
travis: cache pip
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b5af37e..1be5c8b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,3 +9,5 @@ install:
9script: 9script:
10 - python setup.py pytest 10 - python setup.py pytest
11 - codecov 11 - codecov
12
13cache: pip
Powered by cgit v1.2.3 (git 2.41.0)