diff --git a/.travis.yml b/.travis.yml index 9addbc7a3..855d9a8a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,10 +37,16 @@ before_install: # recording.) We should debug the memory usage at some stage, but # simply setting overcommit is a good starting point. - sudo sysctl -w vm.overcommit_memory=1 + # Installs Miniconda to avoid having to compile NumPy, SciPy, etc. + - wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh && chmod +x miniconda.sh && ./miniconda.sh -b && export PATH=$HOME/miniconda2/bin:$PATH && conda update --yes conda env: - DISPLAY=:12 -install: pip install tox-travis -script: tox +install: + - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy + - pip install -r requirements.txt + - pip install -r requirements_dev.txt +script: + - nose2 notifications: slack: