Mercurial > evolve
changeset 1883:ebf146c77709
Makefile: update all-version-tests to explicitly test 3.7
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Mon, 14 Mar 2016 20:17:18 -0400 |
parents | b6f934ed3570 |
children | 8a53f99d9061 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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