forked from jonathanverner/django-inplaceedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtox.ini
43 lines (37 loc) · 737 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
37
38
39
40
41
42
43
[tox]
envlist = py27-dj15,py27-dj14,py27-dj13,py27-dj12,py33-dj15
[testenv]
commands =
python testing/run_tests.py
install_command =
pip install {opts} {packages}
[testenv:py27-dj15]
basepython = python2.7
deps =
django==1.5
pillow==1.7.8
django-transmeta==0.7.1
[testenv:py27-dj14]
basepython = python2.7
deps =
django==1.4
pillow==1.7.8
django-transmeta==0.7.1
[testenv:py27-dj13]
basepython = python2.7
deps =
django==1.3
pillow==1.7.8
django-transmeta==0.7.1
[testenv:py27-dj12]
basepython = python2.7
deps =
django==1.2
pillow==1.7.8
django-transmeta==0.7.1
[testenv:py33-dj15]
basepython = python3.3
deps =
django==1.5
pillow==2.1.0
django-transmeta==0.7.1