Explorar el Código

Merge pull request #6241 from sosiouxme/20171122-tox-ini

tox.ini: simplify unit test reqs
Luke Meyer hace 7 años
padre
commit
d2853aeb1c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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