mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-07 20:26:54 +00:00
Temporarily remove pypy3 due to lxml not being installable
This commit is contained in:
parent
e1c091a4e3
commit
44946b62c1
2 changed files with 1 additions and 2 deletions
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
project = pre_commit_hooks
|
||||
# These should match the travis env list
|
||||
envlist = py26,py27,py33,py34,pypy,pypy3
|
||||
envlist = py26,py27,py33,py34,pypy
|
||||
|
||||
[testenv]
|
||||
install_command = pip install --use-wheel {opts} {packages}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue