11 líneas
149 B
INI
11 líneas
149 B
INI
[tox]
|
|
envlist = py36,py37
|
|
skipsdist = true
|
|
|
|
|
|
[testenv]
|
|
deps = pipenv==2018.11.14
|
|
passenv = HOME
|
|
commands =
|
|
pipenv sync -d
|
|
pipenv run pytest
|