Skip to content

Commit

Permalink
just run tests, no need to run coverage for every suite
Browse files Browse the repository at this point in the history
  • Loading branch information
kennethlove committed Feb 1, 2017
1 parent 2a71087 commit d92dc54
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{27,33,34}-django{15,16,17,18},py{34,35}-django{18,19,110}
envlist = py{27,33,34}-django{15,16,17,18},py{34,35,36}-django{18,19,110}
install_command = pip install {opts} {packages}

[testenv]
Expand All @@ -8,18 +8,17 @@ basepython =
py33: python3.3
py34: python3.4
py35: python3.5
py36: python3.6

commands =
{envbindir}/coverage erase
{envbindir}/coverage run {envbindir}/{posargs:py.test}
#{envbindir}/coverage report
{posargs:py.test}

deps =
mock
factory_boy
py{27,33,34}: pytest-django==2.9.1
py{35}: pytest-django>2.9.1
py{27,33,34,35}: coverage==4.1
py{35,36}: pytest-django>2.9.1
py{27,33,34,35,36}: coverage==4.1
argparse
django15: Django>=1.5,<1.6
django16: Django>=1.6,<1.7
Expand Down

0 comments on commit d92dc54

Please sign in to comment.