File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ install:
22
22
- conda update -q conda
23
23
- conda info -a
24
24
- conda install gtest cmake -c conda-forge
25
- - conda install pytest numpy pybind11==2.2.1 xtensor==0.20.6 -c conda-forge
25
+ - conda install pytest numpy pybind11==2.2.4 xtensor==0.20.6 -c conda-forge
26
26
- " set PYTHONHOME=%MINICONDA%"
27
27
- cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%MINICONDA%\\Library -D BUILD_TESTS=ON -D PYTHON_EXECUTABLE=%MINICONDA%\\python.exe .
28
28
- nmake test_xtensor_python
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ matrix:
88
88
env : PY=3
89
89
env :
90
90
global :
91
- - MINCONDA_VERSION="4.3.21 "
91
+ - MINCONDA_VERSION="latest "
92
92
- MINCONDA_LINUX="Linux-x86_64"
93
93
- MINCONDA_OSX="MacOSX-x86_64"
94
94
before_install :
@@ -104,7 +104,7 @@ before_install:
104
104
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
105
105
export CXX=clang++ CC=clang PYTHONHOME=$HOME/miniconda;
106
106
fi
107
- - PYBIND11_VERSION=${PYBIND11_VERSION:-2.2.1 }
107
+ - PYBIND11_VERSION=${PYBIND11_VERSION:-2.2.4 }
108
108
109
109
install :
110
110
# Define the version of miniconda to download
@@ -115,7 +115,7 @@ install:
115
115
fi
116
116
- if [[ "$PY" == "3" ]]; then
117
117
wget "http://repo.continuum.io/miniconda/Miniconda3-$MINCONDA_VERSION-$MINCONDA_OS.sh" -O miniconda.sh;
118
- PY_EXE=$HOME/miniconda/bin/python3.6 ;
118
+ PY_EXE=$HOME/miniconda/bin/python3.7 ;
119
119
else
120
120
wget "http://repo.continuum.io/miniconda/Miniconda2-$MINCONDA_VERSION-$MINCONDA_OS.sh" -O miniconda.sh;
121
121
PY_EXE=$HOME/miniconda/bin/python2.7;
You can’t perform that action at this time.
0 commit comments