diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 12:28:20 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-11-13 12:28:20 -0800 |
commit | 2888327e9edca05d50bc6d71bf68166ee0fabcfe (patch) | |
tree | 9d7da3c09a4fa52af197fc6786e8f37659e45d90 /python/tox.ini | |
parent | 7d17e7cac4fee2661fec6474a8aade3b38ef5448 (diff) | |
download | fatcat-2888327e9edca05d50bc6d71bf68166ee0fabcfe.tar.gz fatcat-2888327e9edca05d50bc6d71bf68166ee0fabcfe.zip |
more python client library tomfoolery
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 |