Skip to content

Commit

Permalink
don't depend on integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HDembinski committed May 19, 2019
1 parent d08dc68 commit 5770af1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ sdist:

integration:
@echo
@echo "INFO: If integration tests fail, add new tests of the corrupted interface to iminuit"
@echo "Warning: If integration tests fail, add new tests of corrupted interface to iminuit."
@echo
.ci/gammapy_integration_test.sh && .ci/probfit_integration_test.sh && touch integration
.ci/gammapy_integration_test.sh && .ci/probfit_integration_test.sh

release: integration sdist
release: sdist
@echo ""
@echo "Release checklist:"
@echo "[ ] Integration tests ok 'make integration'"
@echo "[ ] Increase version number in iminuit/info.py"
@echo "[ ] Update doc/changelog.rst"
@echo "[ ] Tag release on Github"
Expand Down

0 comments on commit 5770af1

Please sign in to comment.