From f9f6ed31c900dadc9ce693e4544d98820b84ad47 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 30 Jun 2016 16:10:36 -0700 Subject: [PATCH] travis: enable pypy, pypy3 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4247721..0ff9d7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ python: - "3.3" - "3.4" - "3.5" + - "pypy" + - "pypy3" install: - pip install -U pip tox virtualenv script: