mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 12:34:17 +00:00
remove sudo: in .travis.yml
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration Committed via https://github.com/asottile/all-repos
This commit is contained in:
parent
d4b887a69e
commit
3709f5b2c4
1 changed files with 0 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
language: python
|
language: python
|
||||||
sudo: false
|
|
||||||
matrix:
|
matrix:
|
||||||
include: # These should match the tox env list
|
include: # These should match the tox env list
|
||||||
- env: TOXENV=py27
|
- env: TOXENV=py27
|
||||||
|
|
@ -7,7 +6,6 @@ matrix:
|
||||||
python: 3.6
|
python: 3.6
|
||||||
- env: TOXENV=py37
|
- env: TOXENV=py37
|
||||||
python: 3.7
|
python: 3.7
|
||||||
sudo: required
|
|
||||||
dist: xenial
|
dist: xenial
|
||||||
- env: TOXENV=pypy
|
- env: TOXENV=pypy
|
||||||
python: pypy-5.7.1
|
python: pypy-5.7.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue