1
0
Fork 0

tox: Add dependency check environment

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
environments/stage/deployments/290
Vasilis Tsiligiannis 2019-01-23 21:52:41 +02:00
parent fa43f4dcf9
commit 213c59fbe1
1 changed files with 8 additions and 0 deletions

View File

@ -14,6 +14,14 @@ commands = flake8 \
network \
auth0login
[testenv:deps]
install_command = python -m pip install --no-deps {opts} {packages}
recreate = True
deps =
-rrequirements-dev.txt
extras = dev
commands = pip check
[testenv:pytest]
install_command = python -m pip install --no-deps {opts} {packages}
deps =