Skip to content

Commit

Permalink
Use tox factors.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 27, 2020
1 parent 7495618 commit bb1274c
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,36 +14,8 @@ install_command = pip install {opts} {packages}
commands =
zope-testrunner --test-path=src
extras = test

[testenv:py27-pure]
basepython =
python2.7
setenv =
PURE_PYTHON = 1

[testenv:py35-pure]
basepython =
python3.5
setenv =
PURE_PYTHON = 1

[testenv:py36-pure]
basepython =
python3.6
setenv =
PURE_PYTHON = 1

[testenv:py37-pure]
basepython =
python3.7
setenv =
PURE_PYTHON = 1

[testenv:py38-pure]
basepython =
python3.8
setenv =
PURE_PYTHON = 1
pure,coverage: PURE_PYTHON = 1

[testenv:coverage]
usedevelop = true
Expand All @@ -54,5 +26,3 @@ commands =
coverage report --fail-under=100
deps =
coverage
setenv =
PURE_PYTHON = 1

0 comments on commit bb1274c

Please sign in to comment.