From 63a0161acf5de5ccc677646fe9b59f074aa9223a Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 4 Feb 2017 16:38:58 +0800 Subject: [PATCH] can't test against PyPy3 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5037b20..9b05243 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,8 @@ python: - "3.5" - "3.6" - "nightly" - - "pypy3" + # ptr requires Python >= 3.3 but pypy3 reports 3.2 + # - "pypy3" install: pip install -U pytest pytest-runner script: python setup.py ptr env: