From 8ad12b0f8fbb2af5386ab31972fbc9889c3d1eb4 2020-07-06 20:15:09 From: Matthias Bussonnier Date: 2020-07-06 20:15:09 Subject: [PATCH] Merge pull request #12417 from SylvainCorlay/enable-test-python-3.6 --- diff --git a/.travis.yml b/.travis.yml index 909b77a..3f894e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ install: - 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; + sed -ibkp s/7/6/g setup.py; git diff; fi - pip install -e file://$PWD#egg=ipython[test] --upgrade @@ -77,6 +77,9 @@ after_success: matrix: include: - arch: amd64 + python: "3.6" + dist: xenial + - arch: amd64 python: "3.7" dist: xenial - arch: amd64