Skip to content

Commit

Permalink
Update Travis Python 3.7 build (carltongibson#997)
Browse files Browse the repository at this point in the history
* Python version numbers should be strings

* Add updated Python 3.7 build

* Travis released Xenial support

* Update utility builds to Python 3.7

* Enable 'fast_finish' for Travis
  • Loading branch information
rpkilby authored and carltongibson committed Nov 23, 2018
1 parent b813813 commit cd738f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
sudo: false

dist: xenial
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"

cache: pip

Expand All @@ -18,10 +19,11 @@ script:
- detox

matrix:
fast_finish: true
include:
- python: 3.6
- python: "3.7"
env: TOXENV=isort,lint,docs
- python: 3.6
- python: "3.7"
env: TOXENV=warnings
allow_failures:
- env: TOXENV=warnings
Expand Down

0 comments on commit cd738f5

Please sign in to comment.