Skip to content

Commit 7d00db5

Browse files
committed
Setup tox testing infra
1 parent ad2d020 commit 7d00db5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tox.ini

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
[tox]
2-
envlist = {py27,py34,pypy19}-{dj14,dj15,dj16,dj17,dj18}
2+
envlist =
3+
{py27,py34,pypy19}-{dj15,dj16,dj17,dj18},
4+
{py27,pypy19}-dj14
35

46
[testenv]
7+
passenv = LC_ALL, LANG, LC_CTYPE
58
deps =
69
-rrequirements-test.txt
710
dj14: django==1.4
811
dj15: django==1.5
912
dj16: django==1.6
1013
dj17: django==1.7
1114
dj18: django==1.8
12-
commands = py.test -rxs -s --flake8 --cov-report html --cov djclick djclick
15+
commands = py.test -rxs --cov-report= --cov-append --cov djclick djclick

0 commit comments

Comments
 (0)