From fb450dcc2d827328eafd8ed7918fe581aee67b3c Mon Sep 17 00:00:00 2001 From: pbrod Date: Sun, 29 Nov 2015 17:02:01 +0100 Subject: [PATCH] updated .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ceef099..01e6d01 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,9 +35,9 @@ before_install: - sudo apt-get install gfortran # Install packages install: - - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib + - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest numdifftools matplotlib nose - pip install coveralls -# - python setup.py build + - python setup.py build - python setup.py install # - conda build conda_recipe # - conda install wafo --use-local