Skip to content
Snippets Groups Projects
Commit b150412a authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

Merge branch 'main' into L2SS-1137-lofar-proxy-connection

parents 41855ebf 3415f93b
Branches
Tags
1 merge request!34Resolve L2SS-1137 "lofar-proxy-connection"
......@@ -66,7 +66,7 @@ run_unit_tests_py37:
before_script:
- apt-get update -y && DEBIAN_FRONTEND=noninteractive apt-get install -y libboost-python-dev libtango-dev # Needed to install pytango
- python -m pip install --upgrade pip
- pip install --upgrade "tox<4"
- pip install --upgrade tox
run_unit_tests_py38:
extends: .run_unit_tests_pyXX
......
......@@ -2,12 +2,11 @@
# Generative environment list to test all supported Python versions
envlist = black,pep8,pylint,py3{7,8,9,10},docs
minversion = 3.18.0
# Source distributions are explicitly build using tox -e build
skipsdist = True
[testenv]
usedevelop = True
package = editable-legacy
package = wheel
wheel_build_env = .pkg
setenv =
LANGUAGE=en_US
LC_ALL=en_US.UTF-8
......@@ -64,6 +63,7 @@ commands = {envpython} -m build
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/docs/requirements.txt
extras = docs
commands = sphinx-build -b html -W docs/source docs/build/html
[testenv:integration]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment