diff options
Diffstat (limited to 'python/tox.ini')
-rw-r--r-- | python/tox.ini | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/python/tox.ini b/python/tox.ini new file mode 100644 index 00000000..d4fc1d9d --- /dev/null +++ b/python/tox.ini @@ -0,0 +1,8 @@ +[tox] +envlist = py35 + +[testenv] +deps = pipenv +commands = + pipenv install --dev + pipenv run pytest |