Skip to content

Commit f6ffc71

Browse files
committed
Update tox env names
1 parent fc6d74a commit f6ffc71

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tox.ini

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -14,59 +14,59 @@ deps17 =
1414
master =
1515
https://github.com/django/django/archive/stable/1.7.x.zip#egg=django
1616

17-
[testenv:py26-1.5.x]
17+
[testenv:py2.6-1.5.x]
1818
basepython = python2.6
1919
deps = {[testenv]deps15}
2020

21-
[testenv:py26-1.6.x]
21+
[testenv:py2.6-1.6.x]
2222
basepython = python2.6
2323
deps = {[testenv]deps16}
2424

25-
[testenv:py27-1.5.x]
25+
[testenv:py2.7-1.5.x]
2626
basepython = python2.7
2727
deps = {[testenv]deps15}
2828

29-
[testenv:py27-1.6.x]
29+
[testenv:py2.7-1.6.x]
3030
basepython = python2.7
3131
deps = {[testenv]deps16}
3232

33-
[testenv:py27-1.7.x]
33+
[testenv:py2.7-1.7.x]
3434
basepython = python2.7
3535
deps = {[testenv]deps17}
3636

37-
[testenv:py27-master]
37+
[testenv:py2.7-master]
3838
basepython = python2.7
3939
deps = {[testenv]master}
4040

41-
[testenv:py33-1.5.x]
41+
[testenv:py3.3-1.5.x]
4242
basepython = python3.3
4343
deps = {[testenv]deps15}
4444

45-
[testenv:py33-1.6.x]
45+
[testenv:py3.3-1.6.x]
4646
basepython = python3.3
4747
deps = {[testenv]deps16}
4848

49-
[testenv:py33-1.7.x]
49+
[testenv:py3.3-1.7.x]
5050
basepython = python3.3
5151
deps = {[testenv]deps17}
5252

53-
[testenv:py33-master]
53+
[testenv:py3.3-master]
5454
basepython = python3.3
5555
deps = {[testenv]master}
5656

57-
[testenv:py34-1.5.x]
57+
[testenv:py3.4-1.5.x]
5858
basepython = python3.4
5959
deps = {[testenv]deps15}
6060

61-
[testenv:py34-1.6.x]
61+
[testenv:py3.4-1.6.x]
6262
basepython = python3.4
6363
deps = {[testenv]deps16}
6464

65-
[testenv:py34-1.7.x]
65+
[testenv:py.34-1.7.x]
6666
basepython = python3.4
6767
deps = {[testenv]deps17}
6868

69-
[testenv:py34-master]
69+
[testenv:py3.4-master]
7070
basepython = python3.4
7171
deps = {[testenv]master}
7272

0 commit comments

Comments
 (0)