Skip to content

Commit 0126fdb

Browse files
committed
Remove sudo from travis config
1 parent f8b7844 commit 0126fdb

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,4 +1,3 @@
1-
sudo: false
21
install:
32
- pip install tox
43
script:
@@ -29,11 +28,9 @@ matrix:
2928
env: TOXENV=py36
3029
- python: 3.7
3130
env: TOXENV=py37
32-
sudo: required
3331
dist: xenial
3432
- python: 3.8
3533
env: TOXENV=py38
36-
sudo: required
3734
dist: xenial
3835
- python: pypy
3936
env: TOXENV=pypy

0 commit comments

Comments
 (0)