Skip to content

Commit

Permalink
Merge pull request #96 from pinterest/python-3.7
Browse files Browse the repository at this point in the history
Build on Python 3.7 and cache pip artifacts
  • Loading branch information
jparise authored Oct 31, 2018
2 parents 7eee21f + 166a73b commit 95c9ecc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 95c9ecc

Please sign in to comment.