Adding missing tests

This commit is contained in:
Bill Maxwell
2016-02-01 08:05:57 -07:00
parent bb9f42f700
commit 6a85a36320
4 changed files with 93 additions and 0 deletions
+12
View File
@@ -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