Skip to content

Commit d3e1bf7

Browse files
committed
More travis fixes
1 parent f6ffc71 commit d3e1bf7

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
install:
1414
- pip install tox
1515
script:
16-
- tox -e "py$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
16+
- tox -e "$TRAVIS_PYTHON_VERSION-$DJANGO_VERSION"
1717
matrix:
1818
exclude:
1919
- python: "2.6"

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:py2.6-1.5.x]
17+
[testenv:2.6-1.5.x]
1818
basepython = python2.6
1919
deps = {[testenv]deps15}
2020

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

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

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

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

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)