summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Achtemichuk <tom@tomchuk.com>2018-03-19 13:28:43 -0400
committerOmer Katz <omer.drow@gmail.com>2018-03-19 19:28:43 +0200
commit75695205f6e7af8e7e9178e010debc3871b19106 (patch)
treea45acc3ae34c048d756ea42587b6a0c42d0bd5dc /tox.ini
parentdba85e2d9515b9ce202bd30e8690131aa055e6bf (diff)
downloadkombu-75695205f6e7af8e7e9178e010debc3871b19106.tar.gz
Rename `async` keyword to `asynchronous` (#839)
* Rename `async` keyword to `asynchronous` * Fixes #742 * Resolves "DeprecationWarning: 'async' and 'await' will become reserved keywords in Python 3.7" * Address PR feedback * Update appveyor config * Rename docs and tests
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 25a6fe5f..e72d2d21 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist =
3.4
3.5
3.6
+ 3.7
flake8
flakeplus
apicheck
@@ -31,6 +32,7 @@ basepython =
3.4: python3.4
3.5: python3.5
3.6: python3.6
+ 3.7: python3.7
pypy: pypy
jython: jython