Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Python 3.7 in Travis (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmazuel committed Aug 1, 2018
1 parent 5dd52b7 commit fba2bb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: xenial
sudo: required
language: python
cache: pip
Expand All @@ -16,6 +16,7 @@ matrix:
env: TOXENV=py27
- python: 3.4
env: TOXENV=py34
dist: trusty
- python: 3.5
env: TOXENV=py35
- python: 3.6
Expand All @@ -27,6 +28,7 @@ matrix:
<<: *_autorest_install
- python: 3.4
env: TOXENV=py34-autorest
dist: trusty
<<: *_autorest_install
- python: 3.5
env: TOXENV=py35-autorest
Expand All @@ -38,7 +40,6 @@ matrix:
env: TOXENV=py37-autorest
<<: *_autorest_install
allow_failures:
- env: TOXENV=py37
- env: TOXENV=py27-autorest
- env: TOXENV=py34-autorest
- env: TOXENV=py35-autorest
Expand Down

0 comments on commit fba2bb7

Please sign in to comment.