Feature/switch to pipenv (#3)

* switch to tox-pipenv.
* pipfile disable python version.
* pytest is a dev dependency.
* install pipenv dev.
This commit is contained in:
Dave Gallant
2018-03-30 22:47:24 -04:00
committed by GitHub
parent f514bcef89
commit e867e6cb19
7 changed files with 221 additions and 14 deletions

11
tox.ini
View File

@@ -7,10 +7,7 @@ envlist = py{27,
}
[testenv]
commands =
py.test
pylint rfd
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =
pipenv install --dev
pytest
pylint rfd