summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2017-05-25 16:59:59 -0700
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2017-05-25 18:59:59 -0500
commitc94e50759839b781cdbb029ae68f8069234ada3b (patch)
treee69de2c625c59e42934217b11bb132debfaa7f57
parent074c21da3174bc88b2ec02fea767a436e2db643d (diff)
downloadpyflakes-c94e50759839b781cdbb029ae68f8069234ada3b.tar.gz
Remove obsolete version of Python from Travis CI (#91)
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
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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