Skip to content

Commit

Permalink
python 3.7 travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Girbons committed Feb 23, 2019
1 parent 8b499ee commit 74f7944
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
language: python

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- 2.7
- 3.4
- 3.5
- 3.6
# Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs
matrix:
include:
- python: 3.7
dist: xenial
sudo: true

install:
- pip install tox-travis
Expand Down

0 comments on commit 74f7944

Please sign in to comment.