Skip to content

Commit 9bbd9c6

Browse files
committed
Fix script call
1 parent b9f6a14 commit 9bbd9c6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ script:
122122
- ci/script_multi.sh
123123
- ci/lint.sh
124124
- echo "checking imports"
125-
- python ci/check_imports.py
125+
- source activate pandas && python ci/check_imports.py
126126
- echo "script done"
127127

128128
after_success:

ci/check_imports.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
blacklist = {
77
'bs4',
88
'html5lib',
9+
'ipython',
910
'jinja2'
1011
'lxml',
1112
'matplotlib',

0 commit comments

Comments
 (0)