summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2016-04-06 11:42:45 -0700
committerAsk Solem <ask@celeryproject.org>2016-04-06 11:42:45 -0700
commitb50591f777122f3fe6d43d117a52f6d4fb423a2b (patch)
tree3fa332662284441b0ec6aa512def2eb2f17c2faa /Makefile
parent5017199afb1ba2b853763e503f7046a870549ab5 (diff)
downloadpy-amqp-b50591f777122f3fe6d43d117a52f6d4fb423a2b.tar.gz
Use unicode_literals for all files, and updates flakeplus target to --2.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73f122e..6dbd872 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ flakediag:
-$(MAKE) flakecheck
flakepluscheck:
- flakeplus amqp --2.6
+ flakeplus --2.7 amqp
flakeplusdiag:
-$(MAKE) flakepluscheck