We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5821de commit 606cb0eCopy full SHA for 606cb0e
.travis.yml
@@ -122,7 +122,7 @@ script:
122
- ci/script_multi.sh
123
- ci/lint.sh
124
- echo "checking imports"
125
- - python ci/check_imports.py
+ - source activate pandas && python ci/check_imports.py
126
- echo "script done"
127
128
after_success:
ci/check_imports.py
@@ -6,6 +6,7 @@
6
blacklist = {
7
'bs4',
8
'html5lib',
9
+ 'ipython',
10
'jinja2'
11
'lxml',
12
'matplotlib',
0 commit comments