We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a258df5 commit 0b90c35Copy full SHA for 0b90c35
Makefile
@@ -6,7 +6,7 @@ help:
6
@echo "upload - upload a new release to PyPI"
7
@echo "develop - install development version"
8
@echo "test - run the test suite"
9
- @echo "test-quick - run the test suite for bash and one version of Python ($(PYTHON26))"
+ @echo "test-quick - run the test suite for bash and one version of Python ($(PYTHON27))"
10
11
.PHONY: sdist
12
sdist: html
0 commit comments