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

Commit 02c92bd

Browse files
RLS v0.25.0rc0 (#54)
* RLS v0.25.0rc0 * 32-bit skip
1 parent a5a47c1 commit 02c92bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ env:
22
global:
33
- REPO_DIR=pandas
44
# on release change this to a version
5-
- BUILD_COMMIT=v0.24.2
5+
- BUILD_COMMIT=v0.25.0rc0
66
- PLAT=x86_64
77
- UNICODE_WIDTH=32
88
- MB_PYTHON_OSX_VER=10.9

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ function run_tests {
2525
# Runs tests on installed distribution from an empty directory
2626
export PYTHONHASHSEED=$(python -c 'import random; print(random.randint(1, 4294967295))')
2727
python -c 'import pandas; pandas.show_versions()'
28-
python -c 'import pandas; pandas.test(extra_args=["--skip-slow", "--skip-network", "--skip-db", "-n=2"])'
28+
python -c 'import pandas; pandas.test(extra_args=["--skip-slow", "--skip-network", "--skip-db", "-n=2", "-k -test_groupby_empty"])'
2929
}

0 commit comments

Comments
 (0)