Skip to content
Snippets Groups Projects
Commit efa15d66 authored by Benjamin Jakimow's avatar Benjamin Jakimow
Browse files

updated bitbucket-pipelines.yml


Signed-off-by: Benjamin Jakimow's avatarbenjamin.jakimow <benjamin.jakimow@geo.hu-berlin.de>
parent 28fe458d
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,8 @@ pipelines:
- docker
- pip
script: # Modify the commands below to build your repository.
- python -m pip install -r requirements.txt
- python -m pip install nose2
- python3 -m pip install -r requirements.txt
- python3 -m pip install nose2
- apt-get update
- apt-get -y install xvfb
- apt-get -y install git-lfs
......@@ -28,5 +28,5 @@ pipelines:
- git lfs fetch
- git lfs pull
- git lfs checkout
- python make/setuprepository.py
- python -m nose2 discover tests "test_*.py" > test-reports/test-report.txt
- python3 make/setuprepository.py
- python3 -m nose2 discover tests "test_*.py" > test-reports/test-report.txt
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