##// END OF EJS Templates
Still test on 3.6 – Release is 3.7+...
Matthias Bussonnier -
Show More
@@ -34,6 +34,11 b' before_install:'
34 34 install:
35 35 - pip install pip --upgrade
36 36 - pip install setuptools --upgrade
37 - if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then
38 echo "for the tiem being still test on 3.6";
39 sed -i bkp s/7/6/g setup.py;
40 git diff;
41 fi
37 42 - pip install -e file://$PWD#egg=ipython[test] --upgrade
38 43 - pip install trio curio --upgrade --upgrade-strategy eager
39 44 - pip install pytest 'matplotlib !=3.2.0' mypy
General Comments 0
You need to be logged in to leave comments. Login now