From 7a5eb2cb0d4aa5a95a8798cce9e6008afebfc35f 2020-07-02 20:52:30 From: Matthias Bussonnier Date: 2020-07-02 20:52:30 Subject: [PATCH] Still test on 3.6 – Release is 3.7+ Just in case we still test on 3.6 but won't make efforts to write 3.6 compatible code. --- diff --git a/.travis.yml b/.travis.yml index 4c46bbc..909b77a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,11 @@ before_install: install: - pip install pip --upgrade - pip install setuptools --upgrade + - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then + echo "for the tiem being still test on 3.6"; + sed -i bkp s/7/6/g setup.py; + git diff; + fi - pip install -e file://$PWD#egg=ipython[test] --upgrade - pip install trio curio --upgrade --upgrade-strategy eager - pip install pytest 'matplotlib !=3.2.0' mypy