summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Willhaus <mail@janwillhaus.de>2019-05-20 08:19:33 +0200
committerJan Willhaus <mail@janwillhaus.de>2019-05-20 08:19:33 +0200
commita6d0a995acbc3a04ab52132cf96cc8c5cf42995c (patch)
treeb951d16fd1d8fbc4db69d8f0a53eab6fe9f6cdfa
parent4225b4c45c32d6121cec7b8cb1bfeb0daef6faa8 (diff)
downloadwarlock-use-tox-for-testing.tar.gz
Add initial tox configuse-tox-for-testing
-rw-r--r--tox.ini11
1 files changed, 11 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..f217861
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,11 @@
+[tox]
+skipsdist = True
+envlist = py27,py34,py35,py36,py37
+passenv = SSH_AUTH_SOCK
+
+[testenv]
+whitelist_externals = poetry
+skip_install = true
+commands =
+ poetry install -v
+ poetry run pytest