Skip to content

Commit 2dbb39f

Browse files
committed
Fix worng env
1 parent 42e0ecc commit 2dbb39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{py3,py2,27,33,34,35,36}-dj{18,19,110,111,dev}
3+
py{py,py3,27,33,34,35,36}-dj{18,19,110,111,dev}
44
flake8,
55
isort,
66
readme
@@ -13,7 +13,7 @@ basepython =
1313
py34: python3.4
1414
py35: python3.5
1515
py36: python3.6
16-
pypy2: pypy
16+
pypy: pypy
1717
pypy3: pypy3
1818
deps =
1919
dj18: Django>=1.8,<1.9

0 commit comments

Comments
 (0)