From 6859e4b02aa8b2b8d6f3ee074ba381225e0e4ddf Mon Sep 17 00:00:00 2001 From: Christian Boos Date: Wed, 6 Jun 2012 21:52:13 +0200 Subject: [PATCH] ci: add all Python versions listed as supported in README.rst --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8b63037..84418b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,9 @@ language: python python: + - "2.6" - "2.7" + - "3.1" - "3.2" env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib