Commit ba0a0c06 by Dean Moldovan

Install numpy from manylinux binary wheel on Travis

parent 52ae7b1d
...@@ -26,6 +26,7 @@ matrix: ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment