##// END OF EJS Templates
try to fix nightly
Matthias Bussonnier -
Show More
@@ -19,6 +19,11 b' install:'
19 - sudo apt-get install graphviz
19 - sudo apt-get install graphviz
20 script:
20 script:
21 - check-manifest
21 - check-manifest
22 - |
23 if [[ "$TRAVIS_PYTHON_VERSION" == "nightly" ]]; then
24 # on nightly fake parso known the grammar
25 cp /home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/parso/python/grammar37.txt /home/travis/virtualenv/python3.8-dev/lib/python3.8/site-packages/parso/python/grammar38.txt
26 fi
22 - cd /tmp && iptest --coverage xml && cd -
27 - cd /tmp && iptest --coverage xml && cd -
23 # On the latest Python only, make sure that the docs build.
28 # On the latest Python only, make sure that the docs build.
24 - |
29 - |
General Comments 0
You need to be logged in to leave comments. Login now