summaryrefslogtreecommitdiff
path: root/.travis.yml
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 /.travis.yml
parent290b2a89087c07e54b17fc862d6b68f539c86347 (diff)
downloadisort-624748f5792a9284189125824993aacfc33e8662.tar.gz
Add pypy3 testing to the test matrix
As a supported platform, it should be tested.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c8d65549..2cf75fc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,9 @@ matrix:
- python: pypy
env: TOXENV=pypy
dist: trusty
+ - python: pypy3
+ env: TOXENV=pypy3
+ dist: trusty
install:
- pip install tox
script: