forked from nyergler/nested-formset
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
43 lines (35 loc) · 611 Bytes
/
tox.ini
File metadata and controls
43 lines (35 loc) · 611 Bytes
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-dj16,
py27-dj17,
py27-dj-master,
py34-dj16,
py34-dj17,
py34-dj-master,
[testenv]
commands=
python setup.py test
[testenv:py27-dj16]
basepython=python2.7
deps=
Django==1.6.10
[testenv:py27-dj17]
basepython=python2.7
deps=
Django==1.7.5
[testenv:py27-dj-master]
basepython=python2.7
deps=
git+https://github.com/django/django.git
[testenv:py34-dj16]
basepython=python3.4
deps=
Django==1.6.10
[testenv:py34-dj17]
basepython=python3.4
deps=
Django==1.7.5
[testenv:py34-dj-master]
basepython=python3.4
deps=
git+https://github.com/django/django.git