8000 Merge pull request #975 from cclauss/patch-1 · staticdev/github4.py@3cb774c · 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 3cb774c

Browse files
authored
Merge pull request sigmavirus24#975 from cclauss/patch-1
Travis CI: Add production version of Python 3.8
2 parents 6ff18be + f1cae48 commit 3cb774c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ matrix:
2323
env: TOXENV=py36
2424
- python: 3.7
2525
env: TOXENV=py37
26-
dist: xenial # required for Python >= 3.7
26+
- python: 3.8
27+
env: TOXENV=py38
2728
- python: nightly
2829
env: TOXENV=py38
29-
dist: xenial # required for Python >= 3.7
3030
- python: pypy
3131
env: TOXENV=pypy
3232
- python: 2.7
3333
env: TOXENV=py27-flake8
34-
- python: 3.7
35-
dist: xenial # required for Python >= 3.7
36-
env: TOXENV=py37-flake8
34+
- python: 3.8
35+
env: TOXENV=py38-flake8
3736
- env: TOXENV=docstrings
3837
- env: TOXENV=notebooks
3938
- env: TOXENV=readme
@@ -43,5 +42,3 @@ matrix:
4342
allow_failures:
4443
- env: TOXENV=docstrings
4544
- env: TOXENV=notebooks
46-
47-
sudo: false

0 commit comments

Comments
 (0)
0