Skip to content

Commit 3a93f7b

Browse files
agriffissynasius
authored andcommitted
noop tweak tox.ini envlist and test invocation
1 parent 86633e7 commit 3a93f7b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tox.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ testpaths=oauth2_provider
44

55
[tox]
66
envlist =
7-
{py27}-django{18,19},
8-
{py32}-django{18},
9-
{py33}-django{18},
10-
{py34}-django{18,19},
11-
{py35}-django{18,19},
7+
py27-django{18,19},
8+
py32-django18,
9+
py33-django18,
10+
py34-django{18,19},
11+
py35-django{18,19},
1212
docs,
1313
flake8
1414

1515
[testenv]
16-
commands=python runtests.py -q --cov oauth2_provider --cov-report= --cov-append
16+
commands=python runtests.py -q --cov=oauth2_provider --cov-report= --cov-append
1717
deps =
1818
django18: Django==1.8.11
1919
django19: Django==1.9.4

0 commit comments

Comments
 (0)