forked from asfaltboy/django-adminactions
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtox.ini
More file actions
28 lines (23 loc) · 675 Bytes
/
tox.ini
File metadata and controls
28 lines (23 loc) · 675 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
[tox]
envlist =
; {py27,py33,py34,pypy}-{d14,d15,d16,d17,d18,dev}
{py27,py33,py34,pypy}-{d14,d15,d16,d17,d18}
[testenv]
changedir={toxinidir}
whitelist_externals = make
echo
/bin/sh
commands =
; py32-{d14,d15,d16}: echo "configuration not supported"
; py33-{d14,d15,d16}: echo "configuration not supported"
; py34-{d14,d15,d16}: echo "configuration not supported"
py27,{py33,py34,pypy}-{d17,d18}: make coverage
deps=
-r{toxinidir}/adminactions/requirements/testing.pip
setenv =
d14:DJANGO=1.4.x
d15:DJANGO=1.5.x
d16:DJANGO=1.6.x
d17:DJANGO=1.7.x
d17:DJANGO=1.8.x
d18:DJANGO=dev