##// END OF EJS Templates
darker only on 3.8
Matthias Bussonnier -
Show More
@@ -61,7 +61,10 b' script:'
61 - pytest IPython
61 - pytest IPython
62 - mypy IPython/terminal/ptutils.py
62 - mypy IPython/terminal/ptutils.py
63 - mypy IPython/core/c*.py
63 - mypy IPython/core/c*.py
64 - darker -r 60625f241f298b5039cb2debc365db38aa7bb522 --check --diff .
64 - |
65 if [[ "$TRAVIS_PYTHON_VERSION" == "3.8" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
66 darker -r 60625f241f298b5039cb2debc365db38aa7bb522 --check --diff .
67 fi
65 # On the latest Python (on Linux) only, make sure that the docs build.
68 # On the latest Python (on Linux) only, make sure that the docs build.
66 - |
69 - |
67 if [[ "$TRAVIS_PYTHON_VERSION" == "3.7" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
70 if [[ "$TRAVIS_PYTHON_VERSION" == "3.7" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
General Comments 0
You need to be logged in to leave comments. Login now