From 44a039bc11e1610daedf7f5a68c481e08df887e3 Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Wed, 5 Sep 2018 21:29:57 +0200 Subject: [PATCH] also enable pypy on travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index e3b881d..57e7833 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,9 @@ python: - "3.7" - "3.6" - "3.5" + - "pypy3.5" - "2.7" + - "pypy2.7" before_install: - sudo apt-get install -y git mercurial