summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Kögl <stefan@skoegl.net>2017-09-10 19:24:09 +0200
committerStefan Kögl <stefan@skoegl.net>2017-10-21 10:37:41 +0200
commit4351804bc88254fe2ae9dccf4d081e25f3a266f9 (patch)
tree6ed0391d85240655ab05a1d9b34c84cc3e24ff98 /.travis.yml
parente64987174866ef371f4df048d212eeba4f1a0013 (diff)
downloadpython-json-patch-4351804bc88254fe2ae9dccf4d081e25f3a266f9.tar.gz
Remove support for Python 3.2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 77f8b19..0239972 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,8 +1,6 @@
language: python
python:
- - "2.6"
- "2.7"
- - "3.2"
- "3.3"
- "3.4"
- "3.5"
@@ -12,7 +10,6 @@ python:
install:
- travis_retry pip install -r requirements.txt
- - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'coverage<4'; fi
- travis_retry pip install coveralls
script: