From 49701b33c0cd3a0b2fe1bb601f051cc774117c65 Mon Sep 17 00:00:00 2001 From: James Hensman Date: Wed, 29 Apr 2015 14:39:19 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f30c0910..093fc49a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: install: - conda install --yes python=$TRAVIS_PYTHON_VERSION atlas numpy=1.7 scipy=0.12 matplotlib nose sphinx pip nose #- pip install . - - python setup.py --build_ext --inplace + - python setup.py build_ext --inplace #--use-mirrors # # command to run tests, e.g. python setup.py test