Update .travis.yml

This commit is contained in:
James Hensman 2015-04-28 16:35:48 +01:00
parent 5e0bc71ec8
commit 1c433bb247

View file

@ -18,7 +18,8 @@ before_install:
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy=1.7 scipy=0.12 matplotlib nose sphinx pip nose
- pip install .
#- pip install .
- python setup.py --build_ext --inplace
#--use-mirrors
#
# command to run tests, e.g. python setup.py test