mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Merge branch 'revert_pip_workaround'
This commit is contained in:
commit
139744582b
2 changed files with 1 additions and 7 deletions
|
|
@ -8,9 +8,7 @@ env: # These should match the tox env list
|
||||||
- TOXENV=pypy
|
- TOXENV=pypy
|
||||||
- TOXENV=pypy3
|
- TOXENV=pypy3
|
||||||
- TOXENV=py27 LATEST_GIT=1
|
- TOXENV=py27 LATEST_GIT=1
|
||||||
# latest virtualenv combined with downgrading setuptools = sadness
|
install: pip install coveralls tox
|
||||||
# https://github.com/pypa/pip/issues/3461
|
|
||||||
install: pip install coveralls tox 'virtualenv<14'
|
|
||||||
script: tox
|
script: tox
|
||||||
# Special snowflake. Our tests depend on making real commits.
|
# Special snowflake. Our tests depend on making real commits.
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,3 @@ pytest
|
||||||
|
|
||||||
# setuptools breaks pypy3 with extraneous output
|
# setuptools breaks pypy3 with extraneous output
|
||||||
setuptools<18.5
|
setuptools<18.5
|
||||||
|
|
||||||
# latest virtualenv combined with downgrading setuptools = sadness
|
|
||||||
# https://github.com/pypa/pip/issues/3461
|
|
||||||
virtualenv<14
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue