add sphinx to travis conda install

This commit is contained in:
Lindsey Heagy
2016-01-31 11:06:47 -08:00
parent e005ed8f5f
commit e314bdb740
+1 -1
View File
@@ -33,7 +33,7 @@ before_install:
# Install packages
install:
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython nose
- conda install --yes pip python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib cython ipython nose sphinx
- pip install nose-cov python-coveralls
- git clone https://github.com/rowanc1/pymatsolver.git