8000 Travis CI: Add production version of Python 3.8 · staticdev/github4.py@f1cae48 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Commit f1cae48

Browse files
authored
Travis CI: Add production version of Python 3.8
1 parent 6248566 commit f1cae48

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,22 @@ matrix:
1717
include:
1818
- python: 2.7
1919
env: TOXENV=py27
20-
- python: 3.4
21-
env: TOXENV=py34
2220
- python: 3.5
2321
env: TOXENV=py35
2422
- python: 3.6
2523
env: TOXENV=py36
2624
- python: 3.7
2725
env: TOXENV=py37
28-
dist: xenial # required for Python >= 3.7
26+
- python: 3.8
27+
env: TOXENV=py38
2928
- python: nightly
3029
env: TOXENV=py38
31-
dist: xenial # required for Python >= 3.7
3230
- python: pypy
3331
env: TOXENV=pypy
3432
- python: 2.7
3533
env: TOXENV=py27-flake8
36-
- python: 3.7
37-
dist: xenial # required for Python >= 3.7
38-
env: TOXENV=py37-flake8
34+
- python: 3.8
35+
env: TOXENV=py38-flake8
3936
- env: TOXENV=docstrings
4037
- env: TOXENV=notebooks
4138
- env: TOXENV=readme
@@ -45,5 +42,3 @@ matrix:
4542
allow_failures:
4643
- env: TOXENV=docstrings
4744
- env: TOXENV=notebooks
48-
49-
sudo: false

0 commit comments

Comments
 (0)
0