summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Myint <git@stevenmyint.com>2017-05-25 06:14:01 -0700
committerGitHub <noreply@github.com>2017-05-25 06:14:01 -0700
commitbbf2d5d237d36f1530fb03262ad3ccddc0313727 (patch)
treee69de2c625c59e42934217b11bb132debfaa7f57
parent074c21da3174bc88b2ec02fea767a436e2db643d (diff)
downloadpyflakes-remove-obsolete-from-travis.tar.gz
Remove obsolete version of Python from Travis CIremove-obsolete-from-travis
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