install sphinx before running tests in travis

This commit is contained in:
arve0
2015-03-15 12:51:13 +01:00
parent 2107ab24a9
commit 98ad602780
+1 -1
View File
@@ -41,7 +41,7 @@ else
fi
source ~/venv/bin/activate
retry pip install wheel flake8 coveralls nose
retry pip install wheel flake8 coveralls nose sphinx
# install system tk for matplotlib
sudo apt-get install python-tk