mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-11 05:44:16 +00:00
Merge pull request #355 from pre-commit/all-repos_autofix_nosudo
remove sudo: in .travis.yml
This commit is contained in:
commit
7b8d15f438
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