From bbf2d5d237d36f1530fb03262ad3ccddc0313727 Mon Sep 17 00:00:00 2001 From: Steven Myint Date: Thu, 25 May 2017 06:14:01 -0700 Subject: Remove obsolete version of Python from Travis CI This also adds the latest version of Python. The `setuptools` on Travis CI no longer supports Python 3.2: https://github.com/pypa/setuptools/commit/b47fe15b9039a165589353a1a43f6dfe3bbe3a8e https://travis-ci.org/myint/scspell/jobs/235721220#L146 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 34913ff..1ea3e20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,10 @@ language: python python: - 2.6 - 2.7 - - 3.2 - 3.3 - 3.4 - 3.5 + - 3.6 - nightly - pypy - pypy-5.3 -- cgit v1.2.1