can't test against PyPy3
This commit is contained in:
parent
d62d49a1d5
commit
63a0161acf
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue