Merge dev with main #27

Merged
8464960 merged 89 commits from dev into main 2026-01-28 10:54:23 +00:00
Showing only changes of commit f469e4ce36 - Show all commits

View File

@@ -21,6 +21,9 @@ install:
tags: tags:
- install - install
script: script:
- python -m virtualenv .venv
- source .venv/bin/activate
- echo /qi/pynaoqi-python2.7-2.5.7.1-linux64/lib/python2.7/site-packages/ > .venv/lib/python2.7/site-packages/pynaoqi-python2.7.pth
- pip install -r requirements.txt - pip install -r requirements.txt
artifacts: artifacts:
paths: paths:
@@ -35,4 +38,5 @@ test:
tags: tags:
- test - test
script: script:
- PYTHONPATH=${PYTHONPATH}:src pytest test/ - source .venv/bin/activate
- PYTHONPATH=src pytest test/