9 lines
116 B
INI
9 lines
116 B
INI
[tox]
|
|
envlist = py35, py37
|
|
|
|
[testenv]
|
|
deps = pipenv
|
|
commands=
|
|
pipenv install --dev
|
|
pipenv run py.test tests
|