Skip to content
This repository has been archived by the owner on Apr 27, 2020. It is now read-only.

Commit

Permalink
Enable PIP cache
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson9 committed Jul 1, 2017
1 parent 239426c commit 6bf9b9c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ deploy:
tags: true
python: '3.6'

install: pip install -U tox-travis coveralls
language: python
cache: pip
python:
- 3.6
- 3.5
- 3.4
- 3.3
- 2.7

install: pip install -U tox-travis coveralls
script: tox
after_success:
- coveralls

0 comments on commit 6bf9b9c

Please sign in to comment.