From adbc7f81d372050fd7cc5afc96f99b6061ed6ced Mon Sep 17 00:00:00 2001 From: pbrod Date: Thu, 12 Nov 2015 00:02:56 +0100 Subject: [PATCH] Added build step to .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1400692..cdb1e5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ before_install: install: - conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy pytest - pip install coveralls + - python setup.py build - python setup.py install # - conda build conda_recipe # - conda install wafo --use-local