Files
rfd/tox.ini
Dave Gallant e867e6cb19 Feature/switch to pipenv (#3)
* switch to tox-pipenv.
* pipfile disable python version.
* pytest is a dev dependency.
* install pipenv dev.
2018-03-30 22:47:24 -04:00

13 lines
180 B
INI

[tox]
envlist = py{27,
34,
35,
36,
#37,
}
[testenv]
commands =
pipenv install --dev
pytest
pylint rfd