Skip to content
Snippets Groups Projects

Improved integration of automatic python tests with conda builds

Merged Duncan Macleod requested to merge duncanmmacleod/lalsuite:improve-conda-tests into master
37 files
+ 292
135
Compare changes
  • Side-by-side
  • Inline
Files
37
+ 1
0
@@ -110,6 +110,7 @@ outputs:
- pathlib # [py<34]
- pytest >=4.0.0a0
source_files:
- python/Makefile
- test/python
commands:
- python -m pytest -rs -v --junit-xml=junit.xml test/python
Loading