提交 03924847 authored 作者: Frederic's avatar Frederic

try again to install pydot in travis

上级 34e08f32
......@@ -20,8 +20,9 @@ before_install:
install:
# We support scipy 0.7.2, but it is not available on conda.
# So we test with 0.11. Our internal buildbot have 0.7.2.
- conda create --yes -q -n py26 python=2.6 numpy=1.6 scipy=0.11 nose=1.1 pip pydot
- conda create --yes -q -n py26 python=2.6 numpy=1.6 scipy=0.11 nose=1.1 pip
- source activate py26
- pip install pydot
- pip install . --no-deps --use-mirrors
# command to run tests
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论