##// END OF EJS Templates
Merge pull request #12649 from Carreau/bye-iptest
Matthias Bussonnier -
r26137:322a53d2 merge
parent child Browse files
Show More
@@ -42,7 +42,7 b' install:'
42 - pip install -e file://$PWD#egg=ipython[test] --upgrade
42 - pip install -e file://$PWD#egg=ipython[test] --upgrade
43 - pip install trio curio --upgrade --upgrade-strategy eager
43 - pip install trio curio --upgrade --upgrade-strategy eager
44 - pip install 'pytest<6' 'matplotlib !=3.2.0' mypy
44 - pip install 'pytest<6' 'matplotlib !=3.2.0' mypy
45 - pip install codecov check-manifest --upgrade
45 - pip install codecov check-manifest pytest-cov --upgrade
46 - pip install mypy
46 - pip install mypy
47 - |
47 - |
48 if [[ "$MASTER_DEPENDENCIES" == "True" ]]; then
48 if [[ "$MASTER_DEPENDENCIES" == "True" ]]; then
@@ -57,7 +57,10 b' script:'
57 # on nightly fake parso known the grammar
57 # on nightly fake parso known the grammar
58 cp /home/travis/virtualenv/python3.9-dev/lib/python3.9/site-packages/parso/python/grammar38.txt /home/travis/virtualenv/python3.9-dev/lib/python3.9/site-packages/parso/python/grammar39.txt
58 cp /home/travis/virtualenv/python3.9-dev/lib/python3.9/site-packages/parso/python/grammar38.txt /home/travis/virtualenv/python3.9-dev/lib/python3.9/site-packages/parso/python/grammar39.txt
59 fi
59 fi
60 - cd /tmp && iptest --coverage xml && cd -
60 - |
61 if [[ "$TRAVIS_PYTHON_VERSION" == "3.8" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
62 cd /tmp && iptest --coverage xml && cd -
63 fi
61 - pytest IPython
64 - pytest IPython
62 - mypy IPython/terminal/ptutils.py
65 - mypy IPython/terminal/ptutils.py
63 - mypy IPython/core/c*.py
66 - mypy IPython/core/c*.py
General Comments 0
You need to be logged in to leave comments. Login now