Skip to content

Commit 44d79cf

Browse files
committed
drop xenial/sudo from .travis.yml
While this used to be required it should not be anymore.
1 parent a068e0d commit 44d79cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ matrix:
1111
env:
1212
- TOXENV=py36,report,codecov
1313
- python: '3.7'
14-
dist: xenial
15-
sudo: required
1614
env:
1715
- TOXENV=py37,report,codecov
1816
- python: '3.7'
19-
dist: xenial
20-
sudo: required
2117
env:
2218
- TOXENV=doc
2319
- python: '3.7'
24-
dist: xenial
25-
sudo: required
2620
env:
2721
- TOXENV=check
2822
before_install:

0 commit comments

Comments
 (0)