cookiecutter/{{cookiecutter.package_name}}/tox.ini
2015-12-14 18:04:36 +00:00

6 lines
101 B
INI

[tox]
envlist=py27,py34,py35
[testenv]
commands=py.test {{ cookiecutter.package_name }}
deps=pytest