From 109737cbef487e6d8d85f7bb6072078b7372bd45 Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 5 May 2016 04:14:03 -0400 Subject: [PATCH] Try pypy and pypy3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7cceb6e2..8c3add3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,8 @@ python: - '2.7' - '3.4' - '3.5' + - 'pypy' + - 'pypy3' install: - pip install -r requirements.txt