Skip to content

Commit 7fea68a

Browse files
jdufresnegsnedders
authored andcommitted
Simplify Travis CI configuration
Travis now support Python 3.7.
1 parent af19281 commit 7fea68a

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.travis.yml

+1-12
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
python:
33
- "pypy3"
44
- "pypy"
5+
- "3.7"
56
- "3.6"
67
- "3.5"
78
- "2.7"
@@ -16,18 +17,6 @@ env:
1617
- TOXENV=base
1718
- TOXENV=six19-optional
1819

19-
matrix:
20-
include:
21-
- python: "3.7"
22-
dist: xenial # required for Python >= 3.7
23-
env: TOXENV=optional
24-
- python: "3.7"
25-
dist: xenial # required for Python >= 3.7
26-
env: TOXENV=base
27-
- python: "3.7"
28-
dist: xenial # required for Python >= 3.7
29-
env: TOXENV=six19-optional
30-
3120
install:
3221
- pip install tox codecov
3322

0 commit comments

Comments
 (0)