Skip to content

Commit 5770af1

Browse files
committed
don't depend on integration tests
1 parent d08dc68 commit 5770af1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,14 @@ sdist:
7474

7575
integration:
7676
@echo
77-
@echo "INFO: If integration tests fail, add new tests of the corrupted interface to iminuit"
77+
@echo "Warning: If integration tests fail, add new tests of corrupted interface to iminuit."
7878
@echo
79-
.ci/gammapy_integration_test.sh && .ci/probfit_integration_test.sh && touch integration
79+
.ci/gammapy_integration_test.sh && .ci/probfit_integration_test.sh
8080

81-
release: integration sdist
81+
release: sdist
82+
@echo ""
8283
@echo "Release checklist:"
84+
@echo "[ ] Integration tests ok 'make integration'"
8385
@echo "[ ] Increase version number in iminuit/info.py"
8486
@echo "[ ] Update doc/changelog.rst"
8587
@echo "[ ] Tag release on Github"

0 commit comments

Comments
 (0)