##// 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 36 - pip install setuptools --upgrade
37 37 - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
38 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 40 git diff;
41 41 fi
42 42 - pip install -e file://$PWD#egg=ipython[test] --upgrade
@@ -77,6 +77,9 b' after_success:'
77 77 matrix:
78 78 include:
79 79 - arch: amd64
80 python: "3.6"
81 dist: xenial
82 - arch: amd64
80 83 python: "3.7"
81 84 dist: xenial
82 85 - arch: amd64
General Comments 0
You need to be logged in to leave comments. Login now