diff options
| author | Asif Saif Uddin <auvipy@gmail.com> | 2022-01-10 11:57:32 +0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-10 11:57:32 +0600 |
| commit | 59af2445549e4e1bb87a932cbb4d196629f16dd6 (patch) | |
| tree | 12559251f4412f58740c70831c402a06128b8511 /Makefile | |
| parent | 557d98a7d27e171ce7b22e2e3a56baf805ad8e52 (diff) | |
| download | py-amqp-master.tar.gz | |
start dropping python 3.6 (#387)master
* start dropping python 3.6
mainly for 5.1.0 release
* update tidelift alignment config CI (#375)
* update tidelift alignment config CI
* update tidelift CLI properly
* not needed on PR
* drop python from all matrix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -6,7 +6,6 @@ GIT=git TOX=tox ICONV=iconv FLAKE8=flake8 -FLAKEPLUS=flakeplus PYDOCSTYLE=pydocstyle SPHINX2RST=sphinx2rst @@ -19,7 +18,7 @@ CONTRIBUTING=CONTRIBUTING.rst CONTRIBUTING_SRC="docs/contributing.rst" SPHINX_HTMLDIR="${SPHINX_BUILDDIR}/html" DOCUMENTATION=Documentation -FLAKEPLUSTARGET=2.7 + all: help @@ -34,7 +33,6 @@ help: @echo " contribcheck - Check CONTRIBUTING.rst encoding" @echo " flakes -------- - Check code for syntax and style errors." @echo " flakecheck - Run flake8 on the source code." - @echo " flakepluscheck - Run flakeplus on the source code." @echo " pep257check - Run pep257 on the source code." @echo "readme - Regenerate README.rst file." @echo "contrib - Regenerate CONTRIBUTING.rst file" @@ -85,16 +83,10 @@ flakecheck: flakediag: -$(MAKE) flakecheck -flakepluscheck: - $(FLAKEPLUS) --$(FLAKEPLUSTARGET) "$(PROJ)" "$(TESTDIR)" - -flakeplusdiag: - -$(MAKE) flakepluscheck - pep257check: $(PYDOCSTYLE) "$(PROJ)" -flakes: flakediag flakeplusdiag pep257check +flakes: flakediag pep257check clean-readme: -rm -f $(README) |
