mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 22:52:01 +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:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user