From c179ae0dfb4c19121ba491005343e2c19ed1205c Mon Sep 17 00:00:00 2001 From: Luke Meyer Date: Wed, 22 Nov 2017 17:16:02 -0500 Subject: 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit v1.2.1