Skip to content
Snippets Groups Projects

Basic scripts

Merged Johannes Schumann requested to merge basic-scripts into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -42,6 +42,7 @@ install:
install-dev:
pip install -e ".[dev]"
pip install -e ".[extras]"
test:
python -m pytest --junitxml=./reports/junit.xml -o junit_suite_name=$(PKGNAME) $(PKGNAME)
Loading