Makefile: also test against 2.9

This commit is contained in:
Augie Fackler 2014-03-10 18:12:01 -04:00
parent f8502f95c7
commit 02a4b5efa0

View File

@ -24,4 +24,4 @@ tests-%:
(cd $(CREW) ; $(MAKE) clean ) && \
cd tests && $(PYTHON) $(CREW)/tests/run-tests.py $(TESTFLAGS)
all-version-tests: tests-1.7.5 tests-1.8.1 tests-1.9.3 tests-2.0.2 tests-tip
all-version-tests: tests-1.7.5 tests-1.8.1 tests-1.9.3 tests-2.0.2 tests-2.9 tests-tip