From ef0a8edec9f78a1b108ae745292f3148523a88de Mon Sep 17 00:00:00 2001 From: Ronald Martins Date: Thu, 7 Jan 2016 14:56:28 +0100 Subject: [PATCH] add more python versions to travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index defbf2c..8f8004f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python python: +- 2.7 +- 3.3 +- 3.4 - 3.5 +- pypy env: - TOX_ENV=py27-core - TOX_ENV=py33-core