From 3211009f202810b04df9d39036be45e011206cec Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Thu, 27 Aug 2015 17:58:53 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b6377be..4b126d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - "./miniconda.sh -b" - export PATH=/home/travis/miniconda3/bin:$PATH - conda update --yes conda -- conda install -y numpy scipy +- conda install -y numpy scipy pytest - which python - python --version - python setup.py build_ext --inplace