diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..f2c635057 --- /dev/null +++ b/tox.ini @@ -0,0 +1,13 @@ +[tox] +envlist = py35,py36,py37 +skip_missing_interpreters = true + +[testenv] +commands = pytest {posargs} +deps = + -rrequirements.txt + -rdev-requirements.txt + -rplugin-requirements.txt +passenv = + GI_TYPELIB_PATH + INTEGRATION_CACHE |