File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ language: python
22
33python :
44 - " 2.7"
5- - " 3.4 "
5+ - " 3.5 "
66
77before_install :
88 - . ./scripts/install_miniconda.sh
Original file line number Diff line number Diff line change 22
33set -e # fail on first error
44
5- PYTHON_VERSION=${PYTHON_VERSION:- 3.4 } # if no python specified, use 3.4
5+ PYTHON_VERSION=${PYTHON_VERSION:- 3.5 } # if no python specified, use 3.5
66
77conda create -n testenv --yes pip python=${PYTHON_VERSION}
88
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if conda --version > /dev/null 2>&1; then
77 exit 0
88 fi
99
10- PYTHON_VERSION=${PYTHON_VERSION:- 3.4 } # if no python specified, use 3.4
10+ PYTHON_VERSION=${PYTHON_VERSION:- 3.5 } # if no python specified, use 3.5
1111
1212if [ " $( uname) " == " Darwin" ]; then
1313 URL_OS=" MacOSX"
You can’t perform that action at this time.
0 commit comments