can't test against PyPy3

This commit is contained in:
lilydjwg 2017-02-04 16:38:58 +08:00
parent d62d49a1d5
commit 63a0161acf

View file

@ -5,7 +5,8 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
- "nightly" - "nightly"
- "pypy3" # ptr requires Python >= 3.3 but pypy3 reports 3.2
# - "pypy3"
install: pip install -U pytest pytest-runner install: pip install -U pytest pytest-runner
script: python setup.py ptr script: python setup.py ptr
env: env: