diff options
author | codl <[email protected]> | 2017-11-27 16:49:38 +0100 |
---|---|---|
committer | codl <[email protected]> | 2017-11-27 16:49:38 +0100 |
commit | 3b6e3313ac44c4f18d4b034491a9a0c3a259a578 (patch) | |
tree | 3ab84f9b84d0ec6bcb2c908c1cd7b1a33997b7b6 | |
parent | f8ae58169231333100f291153d1ed32c8888be3a (diff) | |
download | mastodon.py-3b6e3313ac44c4f18d4b034491a9a0c3a259a578.tar.gz |
travis: cache pip
-rw-r--r-- | .travis.yml | 2 |
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: | |||
9 | script: | 9 | script: |
10 | - python setup.py pytest | 10 | - python setup.py pytest |
11 | - codecov | 11 | - codecov |
12 | |||
13 | cache: pip | ||