From 8e6aa116d396907e9f6e1db0ab9d5a43e323cb32 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 6 Jan 2013 19:41:52 +0100 Subject: [PATCH] travis.yml: Add Pypy to the list of Python versions. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 258071745..1d8dd233a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,9 @@ language: python python: - - "3.2" - "2.7" + - "3.2" - "2.6" + - "pypy" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install pytz