Inital commit
This commit is contained in:
parent
cd7c7d047a
commit
66702da299
7 changed files with 145 additions and 1 deletions
6
{{cookiecutter.project_name}}/tox.ini
Normal file
6
{{cookiecutter.project_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