From e5889970784df1d6cf749a997652ccf4e97dbf33 Mon Sep 17 00:00:00 2001 From: Joris Roovers Date: Sun, 22 Nov 2015 14:41:43 +0100 Subject: Doc updated prior to 0.6.0 release + Travis check for python 3.0-3.3 - Updated documentation in CHANGELOG and setup.py - Added travis checks for python 3.0-3.3 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 5acdd79..6e486a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: python python: - "2.7" + - "3.0" + - "3.1" + - "3.2" + - "3.3" - "3.4" - "3.5" install: -- cgit v1.2.3