summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Michael Larson <sethmichaellarson@gmail.com>2019-04-23 07:55:24 -0500
committerGitHub <noreply@github.com>2019-04-23 07:55:24 -0500
commit0ab475ed6c3cecee5b0c7fff272c6a22baf3b18b (patch)
treeb39a2676d1a9d5a0b53512af6bbc2f53b139db9f
parentd7ece604359520f1c80c0b28ce711244640ab907 (diff)
downloadurllib3-travis-pypy.tar.gz
Start testing against PyPy for Xenialtravis-pypy
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index ef467367..5f099b0a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,9 @@ matrix:
- python: 3.8-dev
env: TOXENV=py38
- - python: pypy-5.4
+ - python: pypy2.7-6.0
+ env: TOXENV=pypy
+ - python: pypy3.5-6.0
env: TOXENV=pypy
- python: 2.7
@@ -108,7 +110,8 @@ matrix:
- ./_travis/deploy.sh
allow_failures:
- - python: pypy-5.4
+ - python: pypy3.5-6.0
+ - python: pypy2.7-6.0
stages:
- name: test