summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2f2f09c..b68e8c7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,14 @@ deps =
commands=
nosetests --no-path-adjustment -v test/
+[testenv:liberasurecode-git]
+setenv = LIBERASURECODE_DIR={envdir}/liberasurecode
+passenv = LIBERASURECODE_REF
+install_command =
+ {toxinidir}/tools/pip-install-with-liberasurecode.sh {opts} {packages}
+
[testenv:pep8]
+skip_install = True
deps=
pep8
commands=