6 lines
117 B
INI
6 lines
117 B
INI
[tox]
|
|
envlist = py27,py34,py35,py36,py37
|
|
|
|
[testenv]
|
|
commands = py.test {{ cookiecutter.package_name }}
|
|
deps = pytest
|