From 860bd5638ab056f90c3b2a85c9165f4625e667af Mon Sep 17 00:00:00 2001 From: Rowan Cockett Date: Thu, 28 Jan 2016 14:19:29 -0800 Subject: [PATCH] Add VTK to the travis dependencies. I am not adding this to the requirements.txt file. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2c672bf..de145ecb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ before_install: # Install packages install: - - conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython + - conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython vtk - pip install nose-cov python-coveralls # - pip install -r requirements.txt - python setup.py install