Skip to content

Commit

Permalink
Merge 117e9bb into 7871d79
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLorenzo committed Jul 26, 2019
2 parents 7871d79 + 117e9bb commit f37c62a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: trusty
dist: xenial
sudo: false

language: python
Expand All @@ -7,20 +7,17 @@ matrix:
fast_finish: true
include:
- python: 2.7
dist: trusty
env: TOXENV=py27

- python: 3.6
env: TOXENV=py36

- python: 3.7
# from https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-401756442
dist: xenial
sudo: true
env: TOXENV=py37

- python: 3.7
dist: xenial
sudo: true
env: TOXENV=docs-localbuild

env:
Expand Down

0 comments on commit f37c62a

Please sign in to comment.