##// END OF EJS Templates
Merge pull request #12417 from SylvainCorlay/enable-test-python-3.6
Matthias Bussonnier -
r25883:8ad12b0f merge
parent child Browse files
Show More
@@ -36,7 +36,7 b' install:'
36 - pip install setuptools --upgrade
36 - pip install setuptools --upgrade
37 - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
37 - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
38 echo "for the tiem being still test on 3.6";
38 echo "for the tiem being still test on 3.6";
39 sed -i bkp s/7/6/g setup.py;
39 sed -ibkp s/7/6/g setup.py;
40 git diff;
40 git diff;
41 fi
41 fi
42 - pip install -e file://$PWD#egg=ipython[test] --upgrade
42 - pip install -e file://$PWD#egg=ipython[test] --upgrade
@@ -77,6 +77,9 b' after_success:'
77 matrix:
77 matrix:
78 include:
78 include:
79 - arch: amd64
79 - arch: amd64
80 python: "3.6"
81 dist: xenial
82 - arch: amd64
80 python: "3.7"
83 python: "3.7"
81 dist: xenial
84 dist: xenial
82 - arch: amd64
85 - arch: amd64
General Comments 0
You need to be logged in to leave comments. Login now