CI: disable PyPy3

There are some test-related issues with it, so disable it for now.
This commit is contained in:
Grigori Goronzy 2018-11-13 03:16:52 +01:00
parent 3aa08b67c0
commit 7e413b09ec

View File

@ -7,7 +7,7 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "pypy3"
#- "pypy3"
install:
- pip install pyusb coverage coveralls pyserial PyYAML tqdm
script: