mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
Install numpy from manylinux binary wheel on Travis
This commit is contained in:
parent
52ae7b1d33
commit
ba0a0c063f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user