From 8c56a6010428d51d4cc0ab8a0bbe9463d5cc108e Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 27 Aug 2015 17:28:19 +0200 Subject: [PATCH] mod travis.yml --- .travis.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 561a318..9e965d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,14 +3,19 @@ notifications: email: false python: - '3.4' -- '2.7' before_install: +- sudo apt-get update -qq -y +- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh +- chmod +x miniconda.sh +- "./miniconda.sh -b" +- export PATH=/home/travis/miniconda/bin:$PATH +- conda update --yes conda +- conda create -y python=3 pip numpy scipy - which python -- which python2.7 -- which python3.4 +- python setup.py build_ext --inplace + install: -- pip install numpy scipy matplotlib pytest - pip freeze script: - py.test -v tests/