Skip to content

Commit 3915980

Browse files
committed
s/pypy2.7/pypy2/
1 parent 9ca0e8c commit 3915980

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: tox.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[tox]
2-
envlist = py{27,34,35,py27,py32,py33}-{dj18,dj19,pyramid,tornado},
3-
py{27,34,35,py27}-flask
2+
envlist = py{27,34,35,py2,py32,py33}-{dj18,dj19,pyramid,tornado},
3+
py{27,34,35,py2}-flask
44

55
[testenv]
66
basepython =
77
py27: python2.7
88
py34: python3.4
99
py35: python3.5
10-
pypy27: pypy2.7
10+
pypy2: pypy
1111
pypy32: pypy3.2
1212
pypy33: pypy3.3
1313
deps =
@@ -25,5 +25,5 @@ commands =
2525
2.7 = py27
2626
3.4 = py34
2727
3.5 = py35
28-
pypy = pypy27
28+
pypy = pypy2
2929
pypy3 = pypy32

0 commit comments

Comments
 (0)