File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,14 @@ script:
4242 IPython.install_dependency("ipython-pre"; force=true)';
4343 fi
4444
45+ # Test that IPython.install_dependency("ipython-dev") works:
46+ - if [ "$CONDA_JL_VERSION" = 3 ]; then
47+ julia --color=yes -e '
48+ using IPython;
49+ IPython.install_dependency("ipython-dev"; force=true)';
50+ julia --color=yes -e 'VERSION >= v"0.7-" && using Pkg; Pkg.test("IPython")';
51+ fi
52+
4553after_success :
4654 # push coverage results to Coveralls
4755 - julia --color=yes -e 'cd(Pkg.dir("IPython")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
Original file line number Diff line number Diff line change 2727
2828IPython. install_dependency (" pytest" ; force= true )
2929IPython. install_dependency (" ipython" ; force= true )
30- if get (ENV , " CONDA_JL_VERSION" , " " ) != " 2"
31- # Use regular IPython when 7.0 is out.
32- IPython. install_dependency (" ipython-dev" ; force= true )
33- end
3430if get (ENV , " CONDA_JL_VERSION" , " " ) == " 2"
3531 # For IPython.testing.globalipapp
3632 IPython. install_dependency (" mock" ; force= true )
You can’t perform that action at this time.
0 commit comments