mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
can't test against PyPy3
This commit is contained in:
parent
d62d49a1d5
commit
63a0161acf
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue