Skip to content
Snippets Groups Projects
Commit de85e57d authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

Install all deps in CI test job

parent c00c8433
No related branches found
No related tags found
No related merge requests found
......@@ -14,14 +14,9 @@ fi;
source /test.venv/bin/activate
# All other deps can be installed as normal.
# We install test dependenciesd through pip,
# because if we let setuptools do it, it
# will build/install everything from source,
# rather than using wheels.
pip install -r requirements.txt
pip install sphinx sphinx-rtd-theme
pip install pytest pytest-cov pytest-html pytest-runner mock coverage
pip install -r requirements-extra.txt
pip install -r requirements-dev.txt
# style stage
if [ "$TEST_STYLE"x != "x" ]; then pip install pylint flake8; fi;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment