mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-22 11:01:53 +00:00
Implement a basic tox.ini based on requirements.txt
This commit is contained in:
parent
01d756d57d
commit
ae9e912b62
1 changed files with 7 additions and 0 deletions
7
tox.ini
Normal file
7
tox.ini
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[tox]
|
||||
skipsdist = true
|
||||
envlist = py27,py34,py35
|
||||
|
||||
[testenv]
|
||||
deps = -rrequirements.txt
|
||||
commands = py.test {posargs:tests}
|
||||
Loading…
Reference in a new issue