Merge pull request #355 from pre-commit/all-repos_autofix_nosudo

remove sudo: in .travis.yml
This commit is contained in:
Anthony Sottile 2019-01-14 21:19:17 -08:00 committed by GitHub
commit 7b8d15f438
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
language: python
sudo: false
matrix:
include: # These should match the tox env list
- env: TOXENV=py27
@ -7,7 +6,6 @@ matrix:
python: 3.6
- env: TOXENV=py37
python: 3.7
sudo: required
dist: xenial
- env: TOXENV=pypy
python: pypy-5.7.1