can't test against PyPy3

This commit is contained in:
lilydjwg 2017-02-04 16:38:58 +08:00
parent d62d49a1d5
commit 63a0161acf
1 changed files with 2 additions and 1 deletions

View File

@ -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: