travis edit

This commit is contained in:
Paul Müller 2015-04-26 15:51:22 +02:00
parent ffdf9b827b
commit 5e557170f4

View file

@ -16,10 +16,10 @@ install:
- conda install --yes 'numpy<1.9.0'
# final pip installs
- pip install wheel
# show packages
- pip freeze
# build extensions
- python setup.py develop
# show packages
- pip freeze
script:
# Create wheel pacakge
- python setup.py test