Skip to content

Commit afbb6c7

Browse files
committed
Remove pypy3 for now (pip has dropped support)
1 parent 0dda19f commit afbb6c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ env: # These should match the tox env list
55
- TOXENV=py34
66
- TOXENV=py35
77
- TOXENV=pypy
8-
- TOXENV=pypy3
98
- TOXENV=py27 LATEST_GIT=1
109
install: pip install coveralls tox
1110
script: tox

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
project = pre_commit
33
# These should match the travis env list
4-
envlist = py27,py34,py35,pypy,pypy3
4+
envlist = py27,py34,py35,pypy
55

66
[testenv]
77
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)