Skip to content

Commit 2b6bf98

Browse files
committed
test with xtensor 0.8.2
1 parent 5ed93b7 commit 2b6bf98

File tree

4 files changed

+145
-3
lines changed

4 files changed

+145
-3
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ install:
2323
- conda update -q conda
2424
- conda info -a
2525
- conda install gtest cmake -c conda-forge
26-
- conda install xtensor==0.8.1 pytest numpy pybind11==2.1.0 -c conda-forge
26+
- conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
2727
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -DBUILD_TESTS=ON .
2828
- nmake test_xtensor_python
2929
- nmake install

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ install:
8181
- conda update -q conda
8282
# Useful for debugging any issues with conda
8383
- conda info -a
84-
- conda install xtensor==0.8.1 pytest numpy pybind11==2.1.0 -c conda-forge
84+
- conda install xtensor==0.8.2 pytest numpy pybind11==2.1.0 -c conda-forge
8585
- cd test
8686
- conda env create -f ./test-environment.yml
8787
- source activate test-xtensor-python

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The full license is in the file LICENSE, distributed with this software.
66
7-
.. image:: http://quantstack.net/assets/images/xtensor-python.svg
7+
.. image:: xtensor-python.svg
88

99
Python bindings for the xtensor_ C++ multi-dimensional array library.
1010

docs/source/xtensor-python.svg

Lines changed: 142 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)