From e07480fa3b79e6b4c6da44e6864c76e4f6442f44 Mon Sep 17 00:00:00 2001 From: joamag Date: Tue, 10 Jul 2018 19:20:20 +0100 Subject: [PATCH] new code changes --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ce90606..81e68f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ language: python python: - "2.6" - "2.7" - - "3.2" - "3.3" - "3.4" - "3.5" @@ -14,14 +13,13 @@ python: - "pypy-5.4.1" - "pypy-5.6.0" - "pypy-5.7.1" - - "pypy3-2.4.0" - "pypy2.7-5.8.0" - "pypy3.5-5.8.0" services: mongodb before_install: - if [[ $TRAVIS_PYTHON_VERSION != "3.2" ]] && [[ $TRAVIS_PYTHON_VERSION != "3.3" ]] && [[ $TRAVIS_PYTHON_VERSION != "pypy3-2.4.0" ]]; then pip install --upgrade pip setuptools; fi - - if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]] || [[ $TRAVIS_PYTHON_VERSION == "pypy3-2.4.0" ]]; then pip install --upgrade "pip<8.0" "setuptools<20.0"; fi - - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install --upgrade "pip<10.0" "setuptools<30.0"; fi + - if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then pip install --upgrade "pip<8.0" "setuptools<20.0"; fi + - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]] || [[ $TRAVIS_PYTHON_VERSION == "pypy3-2.4.0" ]]; then pip install --upgrade "pip<10.0" "setuptools<24.0"; fi install: - if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then pip install "pymongo<3.3"; fi - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install "pillow<4.0"; fi