*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

Remove pipenv before running tests

Merged Moser, Maximilian requested to merge mm/ci into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -8,6 +8,7 @@ run-tests:
stage: testing
script:
- pip install --upgrade pip pipenv
- pipenv --rm
- pipenv run pip install -e '.[tests]'
- pipenv run ./run-tests.sh
coverage: /TOTAL.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/
Loading