Skip to content

Commit 10b1c13

Browse files
committed
Migrate to 0.3.0
1 parent dd8ddc0 commit 10b1c13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install:
2424
- conda info -a
2525
- conda install pytest -c conda-forge
2626
- cd test
27-
- conda install xtensor==0.2.2 pytest numpy pybind11==2.0.0 -c conda-forge
27+
- conda install xtensor==0.3.0 pytest numpy pybind11==2.0.0 -c conda-forge
2828
- xcopy /S %APPVEYOR_BUILD_FOLDER%\include %MINICONDA%\include
2929

3030
build_script:

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ install:
5959
# Useful for debugging any issues with conda
6060
- conda info -a
6161
- cd test
62-
- conda install xtensor==0.2.2 pytest numpy pybind11==2.0.0 -c conda-forge
62+
- conda install xtensor==0.3.0 pytest numpy pybind11==2.0.0 -c conda-forge
6363
- cp -r $TRAVIS_BUILD_DIR/include/* $HOME/miniconda/include/
6464

6565
script:

0 commit comments

Comments
 (0)