Skip to content

Commit 67f85d0

Browse files
committed
Test IPython.install_dependency("ipython-pre")
1 parent 0a54624 commit 67f85d0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ before_script:
3434

3535
script:
3636
- julia --color=yes -e 'VERSION >= v"0.7-" && using Pkg; Pkg.test("IPython"; coverage=true)'
37+
38+
# Test that IPython.install_dependency("ipython-pre") works:
39+
- if [ "$CONDA_JL_VERSION" = 3 ]; then
40+
julia --color=yes -e '
41+
using IPython;
42+
IPython.install_dependency("ipython-pre"; force=true)';
43+
fi
44+
3745
after_success:
3846
# push coverage results to Coveralls
3947
- julia --color=yes -e 'cd(Pkg.dir("IPython")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 commit comments

Comments
 (0)