Skip to content

Commit db58949

Browse files
ColCarrolltwiecki
authored andcommitted
TST Bump to python3.5 for testing (pymc-devs#1342)
1 parent f723797 commit db58949

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22

33
python:
44
- "2.7"
5-
- "3.4"
5+
- "3.5"
66

77
before_install:
88
- . ./scripts/install_miniconda.sh

scripts/create_testenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -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

77
conda create -n testenv --yes pip python=${PYTHON_VERSION}
88

scripts/install_miniconda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1212
if [ "$(uname)" == "Darwin" ]; then
1313
URL_OS="MacOSX"

0 commit comments

Comments
 (0)