Merge pull request #96 from pinterest/python-3.7
Build on Python 3.7 and cache pip artifacts
This commit is contained in:
commit
95c9ecc7d0
1 changed files with 9 additions and 2 deletions
11
.travis.yml
11
.travis.yml
|
@ -1,11 +1,18 @@
|
|||
branches:
|
||||
only:
|
||||
- "master"
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
# - "3.7" # TODO: Re-enable after https://github.com/travis-ci/travis-ci/issues/9815 is fixed
|
||||
sudo: false
|
||||
matrix:
|
||||
include:
|
||||
- python: 3.7
|
||||
dist: xenial
|
||||
sudo: true
|
||||
cache: pip
|
||||
install:
|
||||
- pip install tox-travis
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue