Преглед на файлове

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.
Luke Meyer преди 7 години
родител
ревизия
c179ae0dfb
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tox.ini

+ 1 - 1
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