install numpy on all travis machines

This commit is contained in:
Alexander 2018-04-15 01:23:45 +03:00
parent 4c983674c0
commit cc70972a20

View File

@ -15,6 +15,7 @@ pip install -U pytest
pip install -U pytest-cov
pip install pyroma
pip install test-image-results
pip install numpy
# docs only on Python 2.7
if [ "$TRAVIS_PYTHON_VERSION" == "2.7" ]; then pip install -r requirements.txt ; fi