From e27e7bedcb26197865593efedaa12c04349512b4 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Mon, 18 Sep 2017 16:12:47 +0200 Subject: [PATCH] Add pypy to CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1c40adf..bf6a09f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ cache: python: - 3.4 - 3.6 + - pypy3 install: - pip install pyserial pyusb script: