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