Skip to content

Commit

Permalink
Revert "Merge pull request #342 from pre-commit/latest_virtualenv_bre…
Browse files Browse the repository at this point in the history
…aks_tests"

This reverts commit 8948624, reversing
changes made to b1e6063.
  • Loading branch information
asottile committed Feb 7, 2016
1 parent 5168bb7 commit d8d401e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions requirements-dev.txt
Expand Up @@ -9,7 +9,3 @@ pytest

# setuptools breaks pypy3 with extraneous output
setuptools<18.5

# latest virtualenv combined with downgrading setuptools = sadness
# https://github.com/pypa/pip/issues/3461
virtualenv<14

0 comments on commit d8d401e

Please sign in to comment.