Skip to content

Commit

Permalink
Simplify Travis CI configuration
Browse files Browse the repository at this point in the history
Travis now support Python 3.7.
  • Loading branch information
jdufresne authored and gsnedders committed Feb 25, 2020
1 parent af19281 commit 7fea68a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: python
python:
- "pypy3"
- "pypy"
- "3.7"
- "3.6"
- "3.5"
- "2.7"
Expand All @@ -16,18 +17,6 @@ env:
- TOXENV=base
- TOXENV=six19-optional

matrix:
include:
- python: "3.7"
dist: xenial # required for Python >= 3.7
env: TOXENV=optional
- python: "3.7"
dist: xenial # required for Python >= 3.7
env: TOXENV=base
- python: "3.7"
dist: xenial # required for Python >= 3.7
env: TOXENV=six19-optional

install:
- pip install tox codecov

Expand Down

0 comments on commit 7fea68a

Please sign in to comment.