summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-20 08:19:33 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-11-02 23:48:54 +0100
commit339b54720f9b399ca5491281d5619a403659a661 (patch)
tree801602b96eb7244507da69d6ddd7457a481f86c8 /tox.ini
parenta4bc7c7854a95c899746d32866e5c82665b699b9 (diff)
downloadwarlock-339b54720f9b399ca5491281d5619a403659a661.tar.gz
Add tox config
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..04a22c6
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,10 @@
+[tox]
+skipsdist = True
+envlist = py27,py35,py36,py37,py38
+
+[testenv]
+whitelist_externals = poetry
+skip_install = true
+commands =
+ poetry install -v
+ poetry run pytest