Merge pull request #96 from pinterest/python-3.7

Build on Python 3.7 and cache pip artifacts
This commit is contained in:
Jon Parise 2018-10-31 13:18:13 -05:00 committed by GitHub
commit 95c9ecc7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,18 @@
branches:
only:
- "master"
language: python language: python
python: python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
# - "3.7" # TODO: Re-enable after https://github.com/travis-ci/travis-ci/issues/9815 is fixed matrix:
sudo: false include:
- python: 3.7
dist: xenial
sudo: true
cache: pip
install: install:
- pip install tox-travis - pip install tox-travis
script: script: