Commit ba0a0c06 authored by Dean Moldovan's avatar Dean Moldovan
Browse files

Install numpy from manylinux binary wheel on Travis

parent 52ae7b1d
......@@ -26,6 +26,7 @@ matrix:
install:
- pyvenv-3.5 venv
- source venv/bin/activate
- pip install -U pip wheel
- pip install numpy
script:
- 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