Skip to content

Commit 7b8d15f

Browse files
authored
Merge pull request #355 from pre-commit/all-repos_autofix_nosudo
remove sudo: in .travis.yml
2 parents d4b887a + 3709f5b commit 7b8d15f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
language: python
2-
sudo: false
32
matrix:
43
include: # These should match the tox env list
54
- env: TOXENV=py27
65
- env: TOXENV=py36
76
python: 3.6
87
- env: TOXENV=py37
98
python: 3.7
10-
sudo: required
119
dist: xenial
1210
- env: TOXENV=pypy
1311
python: pypy-5.7.1

0 commit comments

Comments
 (0)