Skip to content
Snippets Groups Projects

Introduce default assignment simplifications

Merged Markus Holzer requested to merge holzer/pystencils:Simplifications into master
1 file
+ 1
5
Compare changes
  • Side-by-side
  • Inline
+ 1
5
@@ -142,17 +142,13 @@ ubuntu:
@@ -142,17 +142,13 @@ ubuntu:
- sed -i 's/--doctest-modules //g' pytest.ini
- sed -i 's/--doctest-modules //g' pytest.ini
- env
- env
- pip3 list
- pip3 list
- pytest-3 -v -n $NUM_CORES --cov-report html --cov-report term --cov=. --junitxml=report.xml pystencils_tests/test_*vec*.py pystencils_tests/test_random.py
- pytest-3 -v -n $NUM_CORES --junitxml=report.xml pystencils_tests/test_*vec*.py pystencils_tests/test_random.py
- python3 -m coverage xml
tags:
tags:
- docker
- docker
- AVX
- AVX
artifacts:
artifacts:
when: always
when: always
paths:
- coverage_report
reports:
reports:
cobertura: coverage.xml
junit: report.xml
junit: report.xml
arm64v8:
arm64v8:
Loading