Remove pypy3 for now (pip has dropped support)

This commit is contained in:
Anthony Sottile
2016-11-26 12:26:23 -08:00
parent 0dda19f691
commit afbb6c787b
2 changed files with 1 additions and 2 deletions

View File

@@ -5,7 +5,6 @@ env: # These should match the tox env list
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
- TOXENV=py27 LATEST_GIT=1
install: pip install coveralls tox
script: tox

View File

@@ -1,7 +1,7 @@
[tox]
project = pre_commit
# These should match the travis env list
envlist = py27,py34,py35,pypy,pypy3
envlist = py27,py34,py35,pypy
[testenv]
deps = -rrequirements-dev.txt