Skip to content

Commit

Permalink
CI do not use specific cython version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeurer committed Mar 22, 2016
1 parent 9118c2f commit a9d6a46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
language: python

cache:
directories:
- $HOME/.cache/pip
pip: true

sudo: false

Expand All @@ -14,6 +10,7 @@ cache:
directories:
- $HOME/.cache/pip
- $HOME/download
pip: true

# command to install dependencies
addons:
Expand All @@ -30,8 +27,8 @@ env:
- TEST_DIR=/tmp/test_dir/
- MODULE=autosklearn
matrix:
- DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.9.2" SCIPY_VERSION="0.15.1" CYTHON_VERSION="0.21"
- DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="true" NUMPY_VERSION="1.9.2" SCIPY_VERSION="0.15.1" CYTHON_VERSION="0.23.4"
- DISTRIB="conda" PYTHON_VERSION="2.7" NUMPY_VERSION="1.9.2" SCIPY_VERSION="0.15.1"
- DISTRIB="conda" PYTHON_VERSION="3.4" COVERAGE="true" NUMPY_VERSION="1.9.2" SCIPY_VERSION="0.15.1"

before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
Expand Down
2 changes: 1 addition & 1 deletion ci_scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ popd
# Configure the conda environment and put it in the path using the
# provided versions
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION matplotlib
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython matplotlib
source activate testenv

# Install requirements in correct order
Expand Down

0 comments on commit a9d6a46

Please sign in to comment.