8000 .travis.yml: The sudo tag is now deprecated in Travis CI (#939) · silvrwolfboy/github3.py@2b49248 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b49248

Browse files
cclaussomgjlk
authored andcommitted
.travis.yml: The sudo tag is now deprecated in Travis CI (sigmavirus24#939)
[Travis are now recommending removing the __sudo__ tag](https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration). "_If you currently specify __sudo:__ in your __.travis.yml__, we recommend removing that configuration_"
1 parent e586949 commit 2b49248

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,16 @@ matrix:
2525
env: TOXENV=py36
2626
- python: 3.7
2727
env: TOXENV=py37
28-
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
29-
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
28+
dist: xenial # required for Python >= 3.7
3029
- python: nightly
3130
env: TOXENV=py38
32-
dist: xenial # required for Python 3.8 (travis-ci/travis-ci#9069)
33-
sudo: required # required for Python 3.8 (travis-ci/travis-ci#9069)
31+
dist: xenial # required for Python >= 3.7
3432
- python: pypy
3533
env: TOXENV=pypy
3634
- python: 2.7
3735
env: TOXENV=py27-flake8
3836
- python: 3.7
39-
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
40-
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
37+
dist: xenial # required for Python >= 3.7
4138
env: TOXENV=py37-flake8
4239
- env: TOXENV=docstrings
4340
- env: TOXENV=notebooks

0 commit comments

Comments
 (0)
0