Browse Source

Travis: another fix in installation of dependencies

refactoring
Matthias Volk 4 years ago
parent
commit
92bdd31ef6
No known key found for this signature in database GPG Key ID: 83A57678F739FCD3
  1. 2
      travis/build-helper.sh

2
travis/build-helper.sh

@ -74,7 +74,7 @@ run() {
then
# Install dependencies for documentation
apt-get install -qq -y pandoc
pip install -e ".[doc]"
pip install -e ".[doc,numpy]"
# Generate documentation
cd doc
make html

Loading…
Cancel
Save