Revert "Merge pull request #342 from pre-commit/latest_virtualenv_breaks_tests"

This reverts commit 894862462d, reversing
changes made to b1e6063e12.
This commit is contained in:
Anthony Sottile 2016-02-07 14:08:17 -08:00
parent 5168bb7ed3
commit d8d401e1a3
2 changed files with 1 additions and 7 deletions

View file

@ -8,9 +8,7 @@ env: # These should match the tox env list
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=py27 LATEST_GIT=1
# latest virtualenv combined with downgrading setuptools = sadness
# https://github.com/pypa/pip/issues/3461
install: pip install coveralls tox 'virtualenv<14'
install: pip install coveralls tox
script: tox
# Special snowflake. Our tests depend on making real commits.
before_install: