summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-10-27 11:35:20 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-02 14:31:41 -0800
commit624748f5792a9284189125824993aacfc33e8662 (patch)
tree0622a7b0b0ffbabb6e68cf19335c42ae14ff9102 /tox.ini
parent290b2a89087c07e54b17fc862d6b68f539c86347 (diff)
downloadisort-624748f5792a9284189125824993aacfc33e8662.tar.gz
Add pypy3 testing to the test matrix
As a supported platform, it should be tested.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 07ec1973..464c784c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,7 @@
envlist =
isort-check,
lint,
- py{27,34,35,36,37,py}
+ py{27,34,35,36,37,py,py3}
[testenv]
deps =