CI: disable PyPy3
There are some test-related issues with it, so disable it for now.
This commit is contained in:
@ -7,7 +7,7 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "pypy3"
|
#- "pypy3"
|
||||||
install:
|
install:
|
||||||
- pip install pyusb coverage coveralls pyserial PyYAML tqdm
|
- pip install pyusb coverage coveralls pyserial PyYAML tqdm
|
||||||
script:
|
script:
|
||||||
|
Reference in New Issue
Block a user