diff options
author | Ask Solem <ask@celeryproject.org> | 2016-04-06 11:42:45 -0700 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2016-04-06 11:42:45 -0700 |
commit | b50591f777122f3fe6d43d117a52f6d4fb423a2b (patch) | |
tree | 3fa332662284441b0ec6aa512def2eb2f17c2faa /Makefile | |
parent | 5017199afb1ba2b853763e503f7046a870549ab5 (diff) | |
download | py-amqp-b50591f777122f3fe6d43d117a52f6d4fb423a2b.tar.gz |
Use unicode_literals for all files, and updates flakeplus target to --2.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ flakediag: -$(MAKE) flakecheck flakepluscheck: - flakeplus amqp --2.6 + flakeplus --2.7 amqp flakeplusdiag: -$(MAKE) flakepluscheck |