Tox commands by default should skip install of setup.py, avoiding
race conditions and only performing the bare minimum actions
required to pass an environment
Change-Id: I24af0894439b4a513929769bee382c0c32813466
Signed-off-by: beierlm <mark.beierl@canonical.com>
#IDEs
.idea
+.project
+.pydevproject
+.settings/
+
#Generated folders when building the deb package locally
debian/osm-imdocs.install
PYTHONDONTWRITEBYTECODE = 1
passenv = HOME
deps = -r{toxinidir}/requirements.txt
+skip_install = true
#######################################################################################
#######################################################################################
[testenv:cover]
+skip_install = false
deps = {[testenv]deps}
-r{toxinidir}/requirements-test.txt
commands =