forked from justquick/django-activity-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
36 lines (29 loc) · 759 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tox]
downloadcache = {toxworkdir}/cache/
envlist = py2.7-dj1.5,py2.6-dj1.5,py2.7-dj1.4,py2.6-dj1.4,py2.7-dj1.3,py2.6-dj1.3
[testenv]
commands = {envpython} actstream/runtests/runtests.py
[testenv:py2.7-dj1.5]
basepython = python2.7
deps = django==1.5.1
django-jsonfield==0.9.4
[testenv:py2.6-dj1.5]
basepython = python2.6
deps = django==1.5.1
django-jsonfield==0.9.4
[testenv:py2.7-dj1.4]
basepython = python2.7
deps = django==1.4.5
django-jsonfield==0.9.4
[testenv:py2.6-dj1.4]
basepython = python2.6
deps = django==1.4.5
django-jsonfield==0.9.4
[testenv:py2.7-dj1.3]
basepython = python2.7
deps = django==1.3.7
django-jsonfield==0.9.1
[testenv:py2.6-dj1.3]
basepython = python2.6
deps = django==1.3.7
django-jsonfield==0.9.1