From 7e413b09ec2020f5be69659634a8b3573d27e13f Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Tue, 13 Nov 2018 03:16:52 +0100 Subject: [PATCH] CI: disable PyPy3 There are some test-related issues with it, so disable it for now. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 24df4a6..e9aa5dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: - "3.4" - "3.5" - "3.6" - - "pypy3" + #- "pypy3" install: - pip install pyusb coverage coveralls pyserial PyYAML tqdm script: