cookiecutter/{{cookiecutter.project_name}}/tox.ini
2014-03-06 13:21:47 +00:00

6 lines
96 B
INI

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