Skip to content
Snippets Groups Projects
Commit 24640333 authored by Vasilis Tsiligiannis's avatar Vasilis Tsiligiannis
Browse files

tox: Check for broken dependencies

parent a613428e
Branches
Tags 1.4
No related merge requests found
......@@ -76,7 +76,7 @@ test:
- apt-get -y install $GITLAB_CI_APT_PACKAGES
script:
- rm -rf robot/output
- tox -e "robot"
- tox -e "deps,robot"
artifacts:
expire_in: 1 week
when: always
......
......@@ -76,6 +76,14 @@ commands =
{envbindir}/sphinx-build -b html . "_build/html"
sitepackages = true
[testenv:deps]
install_command = python -m pip install --no-deps {opts} {packages}
recreate = True
deps =
-rrequirements-dev.txt
extras = dev
commands = pip check
[testenv:robot-lint]
deps =
robotframework=={[depversions]robotframework}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment