Skip to content

Commit

Permalink
s/pypy2.7/pypy2/
Browse files Browse the repository at this point in the history
  • Loading branch information
ElSaico committed Jun 28, 2016
1 parent 9ca0e8c commit 3915980
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tox]
envlist = py{27,34,35,py27,py32,py33}-{dj18,dj19,pyramid,tornado},
py{27,34,35,py27}-flask
envlist = py{27,34,35,py2,py32,py33}-{dj18,dj19,pyramid,tornado},
py{27,34,35,py2}-flask

[testenv]
basepython =
py27: python2.7
py34: python3.4
py35: python3.5
pypy27: pypy2.7
pypy2: pypy
pypy32: pypy3.2
pypy33: pypy3.3
deps =
Expand All @@ -25,5 +25,5 @@ commands =
2.7 = py27
3.4 = py34
3.5 = py35
pypy = pypy27
pypy = pypy2
pypy3 = pypy32

0 comments on commit 3915980

Please sign in to comment.