diff options
| author | Luke Meyer <lmeyer@redhat.com> | 2017-11-22 17:16:02 -0500 | 
|---|---|---|
| committer | Luke Meyer <lmeyer@redhat.com> | 2017-11-22 17:16:02 -0500 | 
| commit | c179ae0dfb4c19121ba491005343e2c19ed1205c (patch) | |
| tree | 165fc59d2ce3e01587e1c98fc650b79142d79a43 | |
| parent | 8255f668ebac12171098f5ba6cbb74370ec3141c (diff) | |
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.
| -rw-r--r-- | tox.ini | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 | 
