mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-05-08 00:09:15 -05:00
Workaround pypa/pip#3461
This commit is contained in:
+3
-1
@@ -8,7 +8,9 @@ env: # These should match the tox env list
|
||||
- TOXENV=pypy
|
||||
- TOXENV=pypy3
|
||||
- TOXENV=py27 LATEST_GIT=1
|
||||
install: pip install coveralls tox
|
||||
# latest virtualenv combined with downgrading setuptools = sadness
|
||||
# https://github.com/pypa/pip/issues/3461
|
||||
install: pip install coveralls tox 'virtualenv<14'
|
||||
script: tox
|
||||
# Special snowflake. Our tests depend on making real commits.
|
||||
before_install:
|
||||
|
||||
Reference in New Issue
Block a user