Skip to content

Commit

Permalink
Cache pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellysmile committed Feb 18, 2018
1 parent 26dc454 commit 3f0ae49
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: python
sudo: false

dist: trusty

sudo: false

matrix:
fast_finish: true
include:
Expand All @@ -26,7 +25,6 @@ matrix:
- python: 3.5
env: TOXENV=py35-dj18


- python: 2.7
env: TOXENV=py27-dj110
- python: 3.4
Expand Down Expand Up @@ -55,13 +53,14 @@ matrix:
- python: 3.6
env: TOXENV=py36-djmaster


allow_failures:
- python: 3.5
env: TOXENV=py35-djmaster
- python: 3.6
env: TOXENV=py36-djmaster

cache: pip

install:
- pip install tox

Expand Down

0 comments on commit 3f0ae49

Please sign in to comment.