##// END OF EJS Templates
Merge pull request #11237 from meeseeksmachine/auto-backport-of-pr-11234-on-6.x...
Matthias Bussonnier -
r24429:e5de5a12 merge
parent child Browse files
Show More
@@ -15,7 +15,8 b' group: edge'
15 before_install:
15 before_install:
16 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
16 - 'if [[ $GROUP != js* ]]; then COVERAGE=""; fi'
17 install:
17 install:
18 - pip install setuptools pip --upgrade
18 - pip install pip --upgrade
19 - pip install setuptools --upgrade
19 - pip install -e file://$PWD#egg=ipython[test] --upgrade
20 - pip install -e file://$PWD#egg=ipython[test] --upgrade
20 - pip install codecov --upgrade
21 - pip install codecov --upgrade
21 - sudo apt-get install graphviz
22 - sudo apt-get install graphviz
General Comments 0
You need to be logged in to leave comments. Login now