# HG changeset patch # User Augie Fackler # Date 1458001038 14400 # Node ID ebf146c77709c2796fd41eb41b62d394cf67dc32 # Parent b6f934ed3570c47cbdefc0254535381b617b5c8a Makefile: update all-version-tests to explicitly test 3.7 diff -r b6f934ed3570 -r ebf146c77709 Makefile --- a/Makefile Mon Mar 14 20:13:44 2016 -0400 +++ b/Makefile Mon Mar 14 20:17:18 2016 -0400 @@ -25,6 +25,6 @@ (cd $(HGROOT) ; $(MAKE) clean ) && \ cd tests && $(PYTHON) $(HGTESTS)/run-tests.py $(TESTFLAGS) -all-version-tests: tests-tip +all-version-tests: tests-3.7 tests-tip .PHONY: tests all-version-tests