Skip to content

Commit

Permalink
- cleaning up tox config
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jul 10, 2020
1 parent cb261ba commit ce067fa
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ envlist =
[testenv]
coverage_run = {env:WIN_COV:coverage run}
commands =
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test alltests
{[testenv]coverage_run} {envdir}/bin/alltests {posargs:-vc}
skip_install = true
Expand All @@ -27,19 +26,9 @@ setenv =
COVERAGE_FILE=.coverage.{envname}

[testenv:py27-zserver]
coverage_run = {env:WIN_COV:coverage run}
commands =
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} bootstrap
{envbindir}/buildout -c {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install zservertests
{[testenv]coverage_run} {envdir}/bin/zservertests {posargs:-vc}
skip_install = true
deps =
-cconstraints.txt
coverage
setuptools>=36.2
zc.buildout>=2.12
setenv =
COVERAGE_FILE=.coverage.{envname}

[testenv:coverage-report]
basepython = python3.6
Expand Down

0 comments on commit ce067fa

Please sign in to comment.