Added build step to .travis.yml

master
pbrod 9 years ago
parent 0c12600112
commit adbc7f81d3

@ -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

Loading…
Cancel
Save