Skip to content

Commit d92dc54

Browse files
committed
just run tests, no need to run coverage for every suite
1 parent 2a71087 commit d92dc54

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tox.ini

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{27,33,34}-django{15,16,17,18},py{34,35}-django{18,19,110}
2+
envlist = py{27,33,34}-django{15,16,17,18},py{34,35,36}-django{18,19,110}
33
install_command = pip install {opts} {packages}
44

55
[testenv]
@@ -8,18 +8,17 @@ basepython =
88
py33: python3.3
99
py34: python3.4
1010
py35: python3.5
11+
py36: python3.6
1112

1213
commands =
13-
{envbindir}/coverage erase
14-
{envbindir}/coverage run {envbindir}/{posargs:py.test}
15-
#{envbindir}/coverage report
14+
{posargs:py.test}
1615

1716
deps =
1817
mock
1918
factory_boy
2019
py{27,33,34}: pytest-django==2.9.1
21-
py{35}: pytest-django>2.9.1
22-
py{27,33,34,35}: coverage==4.1
20+
py{35,36}: pytest-django>2.9.1
21+
py{27,33,34,35,36}: coverage==4.1
2322
argparse
2423
django15: Django>=1.5,<1.6
2524
django16: Django>=1.6,<1.7

0 commit comments

Comments
 (0)