Commit 191729a3 authored by Daniel Williams's avatar Daniel Williams
Browse files

More travis.

parent 4697db89
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -39,23 +39,18 @@ matrix:
      env: STRICT=false
  fast_finish: true


before_install:
  # update pip
  - pip install -q ${PRE} --upgrade pip
  # build and install numpy first
  - pip install -q ${PRE} "numpy>=1.9.1"

  # build src packages
  - source .travis/setup_environment.sh

  # install cython to speed up scipy build
  - travis_retry pip install -q ${PRE} --install-option="--no-cython-compile" Cython

  # install testing dependencies
  # This is a sub-optimal way to do this!
  - pip install  ${PRE} -r requirements_dev.txt 

install:
  - pip install ${PRE} -r requirements.txt
  - python setup.py build