Skip to content

Commit

Permalink
datetime checking in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Apr 13, 2017
1 parent d928149 commit c53a893
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@ envlist =
flake8,
coverage-clean,
py27,
py27-datetime,
py27-rp3,
py34,
py35,
py36,
py36-datetime,
pypy,
docs,
isort,
Expand All @@ -29,16 +31,20 @@ deps =
pytest-mock
pytest-html

[testenv:py27]
[testenv:py27-datetime]
basepython = python2.7
deps =
pytest
pytest-cov
pytest-remove-stale-bytecode
pytest-mock
pytest-html
{[testenv]deps}
DateTime

[testenv:py36-datetime]
basepython = python3.6
deps =
{[testenv]deps}
DateTime

[testenv:py27-rp3]
basepython = python2.7
commands =
coverage run {envbindir}/zope-testrunner --path=src/RestrictedPython --all {posargs}
deps =
Expand Down

0 comments on commit c53a893

Please sign in to comment.