Initial commit
Add default gerrit projects config for sandbox

Related-PROD: RE-336

Change-Id: I788bb9317005b8094bfbcde75da77a993e0404cb
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..47815f4
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,21 @@
+[tox]
+minversion = 1.6
+skipsdist = True
+envlist = check
+
+[testenv]
+basepython = python2
+passenv = JEEPYB_* SSH_* GIT_*
+
+[testenv:update]
+deps =
+    git+https://gerrit.mcp.mirantis.net/mcp-ci/jeepyb.git@mirantis#egg=jeepyb
+commands =
+    {toxinidir}/tests/update {posargs}
+
+[testenv:check]
+deps =
+    jsonschema>=2.0.0,<3.0.0,!=2.5.0
+    PyYAML>=3.1.0
+    GitPython
+commands = {toxinidir}/tests/jeepyb-verify.py {toxinidir}/projects.yaml