From 761da6ff612966214fe9e34ac6bc86499e34da26 Mon Sep 17 00:00:00 2001 From: Sebastian Noack Date: Sun, 20 Sep 2015 20:29:34 +0200 Subject: [PATCH] Added pypy to the list of Python versions tested by Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 640c87ab..9cf4d865 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.3" - "3.4" - "3.5" + - "pypy" install: - pip install tox -- 2.47.2