first commit.

This commit is contained in:
Dave G
2018-03-07 23:57:52 -05:00
commit c580bbd913
15 changed files with 615 additions and 0 deletions

11
tox.ini Normal file
View File

@@ -0,0 +1,11 @@
[tox]
envlist = py{27,34,35,36,37}
[testenv]
commands =
py.test
pylint rfd
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt