Skip to content

Commit 0b90c35

Browse files
committed
Baseline testing to python27
Signed-off-by: Jason Myers <[email protected]>
1 parent a258df5 commit 0b90c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ help:
66
@echo "upload - upload a new release to PyPI"
77
@echo "develop - install development version"
88
@echo "test - run the test suite"
9-
@echo "test-quick - run the test suite for bash and one version of Python ($(PYTHON26))"
9+
@echo "test-quick - run the test suite for bash and one version of Python ($(PYTHON27))"
1010

1111
.PHONY: sdist
1212
sdist: html

0 commit comments

Comments
 (0)