Add VTK to the travis dependencies.

I am not adding this to the requirements.txt file.
This commit is contained in:
Rowan Cockett
2016-01-28 14:19:29 -08:00
parent 09161ff68e
commit 860bd5638a
+1 -1
View File
@@ -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