提交 74a05173 authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Merge pull request #3090 from nouiz/travis_part

Merge travis part
# After changing this file, check it on:
# http://lint.travis-ci.org/
sudo: false
cache:
directories:
- $HOME/download
- $HOME/.cache/pip
language: python
python:
- "2.6"
......@@ -9,9 +14,12 @@ python:
# command to install dependencies
before_install:
# Install miniconda to avoid compiling scipy
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- mkdir -p download
- cd download
- wget -c http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- cd ..
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
......@@ -24,8 +32,7 @@ install:
# command to run tests
env:
- PART="scan_module"
- PART="sandbox sparse scalar tensor/nnet"
- PART="sandbox sparse scalar tensor/nnet scan_module"
- PART="tensor/tests/test_basic.py tensor/signal compile gof misc tests compat"
- PART="-e test_basic.py tensor/tests"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论