Files
maya/tox.ini
Timo Furrer f9d257876b Support PyPy
2018-05-10 11:59:34 +02:00

15 lines
231 B
INI

[tox]
envlist = py27, pypy, py34, py35, py36, pypy3
[testenv]
deps = pipenv
commands=
pipenv install --dev --skip-lock
pytest tests/ {posargs}
[testenv:py27]
basepython = python2.7
deps =
{[testenv]deps}
funcsigs