Install numpy from manylinux binary wheel on Travis

This commit is contained in:
Dean Moldovan 2016-06-02 08:49:41 +02:00
parent 52ae7b1d33
commit ba0a0c063f

View File

@ -26,6 +26,7 @@ matrix:
install: install:
- pyvenv-3.5 venv - pyvenv-3.5 venv
- source venv/bin/activate - source venv/bin/activate
- pip install -U pip wheel
- pip install numpy - pip install numpy
script: script:
- CXX=g++-4.8 cmake -DPYBIND11_PYTHON_VERSION=3.5 - CXX=g++-4.8 cmake -DPYBIND11_PYTHON_VERSION=3.5