Fix everything
This commit is contained in:
parent
66702da299
commit
bbecba509b
6 changed files with 14 additions and 14 deletions
6
{{cookiecutter.package_name}}/tox.ini
Normal file
6
{{cookiecutter.package_name}}/tox.ini
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[tox]
|
||||
envlist=py27,py33
|
||||
|
||||
[testenv]
|
||||
commands=py.test {{ cookiecutter.package_name }}
|
||||
deps=pytest
|
||||
Loading…
Add table
Add a link
Reference in a new issue