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