Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Upgrade numpy to 1.8.1 for Py33 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 6, 2015
1 parent 90fd4b5 commit 3a35731
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Expand Up @@ -6,10 +6,10 @@ env:
- REPO_DIR=pandas
- NOSE_ARGS="not slow and not disabled"
matrix:
- VERSION=2.7.10 NUMPY_VERSION=1.7.1
- VERSION=3.3.5 NUMPY_VERSION=1.7.1
- VERSION=3.4.3 NUMPY_VERSION=1.7.1
- VERSION=3.5.0 NUMPY_VERSION=1.7.1 NOSE_ARGS="not slow and not network and not disabled"
- VERSION=2.7.10 NUMPY_VERSION=1.7.1 NUMPY_TEST_VERSION=1.7.1
- VERSION=3.3.5 NUMPY_VERSION=1.7.1 NUMPY_TEST_VERSION=1.8.1
- VERSION=3.4.3 NUMPY_VERSION=1.7.1 NUMPY_TEST_VERSION=1.8.1
- VERSION=3.5.0 NUMPY_VERSION=1.7.1 NUMPY_TEST_VERSION=1.9.3 NOSE_ARGS="not slow and not network and not disabled"
install:
- source terryfy/travis_tools.sh
- get_python_environment macpython $VERSION venv
Expand All @@ -31,10 +31,8 @@ install:
- cd ..
script:
- pip install nose
# When pickling, numpy 1.7.1 read_array_header fails in Python 3.4
- if [ -n "$(pyver_ge $VERSION 3.4.0)" ]; then
pip install -U -f $NIPY_WHEELHOUSE numpy;
fi
# May need to upgrade numpy to run tests successfully
- pip install numpy==$NUMPY_TEST_VERSION
- mkdir tmp_for_test
- cd tmp_for_test
# Show pandas versions before tests
Expand Down

0 comments on commit 3a35731

Please sign in to comment.