diff --git a/travis/build-helper.sh b/travis/build-helper.sh index 80af5ed..1c0a019 100755 --- a/travis/build-helper.sh +++ b/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