Skip to content

Commit 1224261

Browse files
committed
Remove unnecessary sudo keys from the travis file
- sudo: false -- is going away - sudo: required -- is now the default behavior
1 parent cde7f55 commit 1224261

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: python
22
python: 3.6
33

4-
sudo: false
5-
64
matrix:
75
include:
86
- python: 2.7
@@ -16,7 +14,6 @@ matrix:
1614
- python: 3.7
1715
env: TOXENV=py37
1816
dist: xenial
19-
sudo: required
2017
- python: pypy
2118
env: TOXENV=pypy
2219
- env: TOXENV=pep8

0 commit comments

Comments
 (0)