diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..e7041c26 --- /dev/null +++ b/tox.ini @@ -0,0 +1,15 @@ +[tox] +envlist = static_analysis,py34,py35,py36 + +[testenv:static_analysis] +deps = + coala-bears +commands = + coala-ci + +[testenv] +deps = + -rrequirements.txt + -rtest-requirements.txt +commands = + pytest