Skip to content

Commit 60c8e52

Browse files
author
justin caratzas
committed
upgraded python3 in tox to 3.3
3.3 is a better target for haystack than 3.2, due to PEP414
1 parent 7cd6b90 commit 60c8e52

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

tox.ini

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ envlist = docs,
66
py27-django1.4,
77
py27-django1.5,
88
py27-django1.6,
9-
py32-django1.5,
10-
py32-django1.6,
9+
py33-django1.5,
10+
py33-django1.6,
1111

1212
downloadcache = {envtmpdir}tox-downloadcache/
1313

@@ -16,23 +16,22 @@ deps =
1616
lxml==3.2.3
1717
mock==1.0.1
1818
pysolr==3.1.0
19-
poster
2019
whoosh==2.5.4
2120
elasticsearch==0.4.3
2221
httplib2==0.8
2322
python-dateutil
2423
geopy==0.95.1
2524

2625
[django1.6]
27-
deps = https://www.djangoproject.com/download/1.6b4/tarball/
26+
deps = Django==1.6
2827
{[base]deps}
2928

3029
[django1.5]
31-
deps = Django==1.5.4
30+
deps = Django==1.5.5
3231
{[base]deps}
3332

3433
[django1.4]
35-
deps = Django==1.4.8
34+
deps = Django==1.4.10
3635
{[base]deps}
3736

3837
[testenv]
@@ -75,12 +74,12 @@ deps = {[django1.5]deps}
7574
basepython = python2.7
7675
deps = {[django1.6]deps}
7776

78-
[testenv:py32-django1.5]
79-
basepython = python3.2
77+
[testenv:py33-django1.5]
78+
basepython = python3.3
8079
deps = {[django1.5]deps}
8180

82-
[testenv:py32-django1.6]
83-
basepython = python3.2
81+
[testenv:py33-django1.6]
82+
basepython = python3.3
8483
deps = {[django1.6]deps}
8584

8685
[testenv:docs]

0 commit comments

Comments
 (0)