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

Test python 3.6 wheels for OSX #8

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,13 @@ matrix:
- MB_PYTHON_VERSION=3.5
- NP_BUILD_DEP=numpy==1.9.3
- NP_TEST_DEP=numpy==1.9.3
- os: osx
language: generic
env:
- MB_PYTHON_VERSION=3.6
- NP_BUILD_DEP=numpy==1.9.3
- NP_TEST_DEP=numpy==1.9.3


before_install:
- BUILD_DEPENDS="$NP_BUILD_DEP Cython"
Expand Down
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ function run_tests {
fi
nosetests pandas \
-A "not slow and not network and not disabled" \
-e test_abs \
-e test_abs -e test_order -e test_argsort -e test_numpy_argsort \
$extra_nose
}
2 changes: 1 addition & 1 deletion multibuild