summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-11-22 17:16:02 -0500
committerLuke Meyer <lmeyer@redhat.com>2017-11-22 17:16:02 -0500
commitc179ae0dfb4c19121ba491005343e2c19ed1205c (patch)
tree165fc59d2ce3e01587e1c98fc650b79142d79a43 /tox.ini
parent8255f668ebac12171098f5ba6cbb74370ec3141c (diff)
downloadopenshift-c179ae0dfb4c19121ba491005343e2c19ed1205c.tar.gz
openshift-c179ae0dfb4c19121ba491005343e2c19ed1205c.tar.bz2
openshift-c179ae0dfb4c19121ba491005343e2c19ed1205c.tar.xz
openshift-c179ae0dfb4c19121ba491005343e2c19ed1205c.zip
tox.ini: simplify unit test reqs
Rather than using a command to install ooinstall in the venv, just do so as part of creation and leave the command to just run unit tests.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 899767833..46738cae5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,11 +12,11 @@ skip_install=True
deps =
-rrequirements.txt
-rtest-requirements.txt
+ unit: -eutils
py35-flake8: flake8-bugbear==17.3.0
integration: docker-py==1.10.6
commands =
- unit: pip install -e utils
unit: pytest {posargs}
flake8: flake8 {posargs}
pylint: python setup.py lint