You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
42
+
37
43
- env:
38
44
- JOB="3.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)"
39
45
@@ -42,10 +48,10 @@ matrix:
42
48
43
49
- arch: arm64
44
50
env:
45
-
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
51
+
- JOB="3.7, arm64" PYTEST_WORKERS=1 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard and not arm_slow)"
46
52
47
53
- env:
48
-
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
54
+
- JOB="3.7, locale" ENV_FILE="ci/deps/travis-37-locale.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8" SQL="1"
49
55
services:
50
56
- mysql
51
57
- postgresql
@@ -54,17 +60,10 @@ matrix:
54
60
# Enabling Deprecations when running tests
55
61
# PANDAS_TESTING_MODE="deprecate" causes DeprecationWarning messages to be displayed in the logs
56
62
# See pandas/_testing.py for more details.
57
-
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36-cov.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true SQL="1"
63
+
- JOB="3.7, coverage" ENV_FILE="ci/deps/travis-37-cov.yaml" PATTERN="((not slow and not network and not clipboard) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true SQL="1"
58
64
services:
59
65
- mysql
60
66
- postgresql
61
-
allow_failures:
62
-
- arch: arm64
63
-
env:
64
-
- JOB="3.7, arm64" PYTEST_WORKERS=8 ENV_FILE="ci/deps/travis-37-arm64.yaml" PATTERN="(not slow and not network and not clipboard)"
65
-
- dist: bionic
66
-
env:
67
-
- JOB="3.9-dev" PATTERN="(not slow and not network and not clipboard)"
68
67
69
68
70
69
before_install:
@@ -78,12 +77,6 @@ before_install:
78
77
- uname -a
79
78
- git --version
80
79
- ./ci/check_git_tags.sh
81
-
# Because travis runs on Google Cloud and has a /etc/boto.cfg,
0 commit comments