Skip to content

Commit ff199d5

Browse files
committed
DOC: point out testing on 10.9 not 10.8 (anymore)
1 parent de8c2d4 commit ff199d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ env:
99
- secure: uxYSxs3D3ZOTNjRg0vKk1YsOpG5vWshekMixV4lEuwcSnLJtNHUhZvzoj11GLwqHokTaYXlM1TvFMm7oQBwtW5B+dacnOFar3MJlvu96n+B1CG6ldiIy4uZd+DKR7la0vwK7aTOKyiMK+vWQe8C0kCYBTcN0UiVQn/2nUlFgioM=
1010

1111
matrix:
12-
- TEST='macpython27_10.8'
13-
- TEST='macpython27_10.8' BIN_NUMPY='1'
14-
- TEST='macpython33_10.8'
12+
- TEST='macpython27_10.9'
13+
- TEST='macpython27_10.9' BIN_NUMPY='1'
14+
- TEST='macpython33_10.9'
1515
# no python 3 numpy installer
16-
#- TEST='macpython33_10.8' BIN_NUMPY='1'
16+
#- TEST='macpython33_10.9' BIN_NUMPY='1'
1717

1818
- TEST='brew_system'
1919
- TEST='brew_system' VENV='1'

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ then
276276

277277
install_matplotlib
278278

279-
elif [ "$TEST" == "macpython27_10.8" ] ; then
279+
elif [ "$TEST" == "macpython27_10.9" ] ; then
280280

281281
PY_VERSION="2.7.6"
282282
FT_VERSION="2.5.0.1"
@@ -304,7 +304,7 @@ elif [ "$TEST" == "macpython27_10.8" ] ; then
304304

305305
install_matplotlib
306306

307-
elif [ "$TEST" == "macpython33_10.8" ] ; then
307+
elif [ "$TEST" == "macpython33_10.9" ] ; then
308308

309309
PY_VERSION="3.3.5"
310310
FT_VERSION="2.5.0.1"

0 commit comments

Comments
 (0)