From 942706e20f16150aa889996678985e2119fe7793 Mon Sep 17 00:00:00 2001 From: Leandro Toledo Date: Fri, 28 Aug 2015 13:09:47 -0300 Subject: [PATCH] Add PyPy to travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 28e1fad29..066b7d757 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "2.7" - "3.3" - "3.4" - - "nightly" + - "pypy" + - "pypy3" install: - pip install coveralls script: