Adding missing tests
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
[tox]
|
||||
envlist=flake8, py27
|
||||
|
||||
[testenv]
|
||||
deps=-rrequirements.txt
|
||||
changedir=core
|
||||
commands=py.test --duration=20 {posargs}
|
||||
|
||||
[testenv:flake8]
|
||||
deps=-rrequirements.txt
|
||||
changedir={toxinidir}
|
||||
commands=flake8 core
|
||||
Reference in New Issue
Block a user