Skip to content

Commit

Permalink
Add a pure Python 2.7 test environment to tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotonen committed Oct 19, 2017
1 parent fe688c9 commit 2cba378
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Expand Up @@ -2,6 +2,7 @@
envlist =
# flake8,
py27,
py27-pure,
py34,
py35,
py36,
Expand All @@ -28,6 +29,12 @@ setenv =
PIP_NO_CACHE = 1
COVERAGE_FILE=.coverage.{envname}

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

[testenv:coverage-report]
basepython = python2.7
deps = coverage
Expand Down

0 comments on commit 2cba378

Please sign in to comment.