提交 390d1eb0 authored 作者: abalkin's avatar abalkin

Instruct travis to install six.

上级 5e516c42
...@@ -10,9 +10,10 @@ python: ...@@ -10,9 +10,10 @@ python:
before_install: before_install:
- sudo apt-get install -qq libatlas3gf-base libatlas-dev - sudo apt-get install -qq libatlas3gf-base libatlas-dev
install: install:
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails. # If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
- "pip install -q six==1.2.0 --use-mirrors"
- "pip install -q numpy==1.5 --use-mirrors" - "pip install -q numpy==1.5 --use-mirrors"
#We can't install SciPy as there is no BLAS installed. # We can't install SciPy as there is no BLAS installed.
- "pip install . --no-deps --use-mirrors" - "pip install . --no-deps --use-mirrors"
# command to run tests # command to run tests
env: env:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论