From cee992fb2a20d2fd023765a3e3872e58aa57f28c Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 13 Apr 2016 14:25:07 +0700 Subject: [PATCH] Add PyPy to .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6c1c603..9519135 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,7 @@ python: - 3.3 - 3.4 - 3.5 + - pypy + - pypy3 script: python setup.py test