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
Copy file name to clipboardExpand all lines: .travis.yml
+4-4
Original file line number
Diff line number
Diff line change
@@ -34,23 +34,23 @@ matrix:
34
34
include:
35
35
- dist: trusty
36
36
env:
37
-
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="not slow and not network"
37
+
- JOB="3.7" ENV_FILE="ci/deps/travis-37.yaml" PATTERN="(not slow and not network)"
38
38
39
39
- dist: trusty
40
40
env:
41
-
- JOB="2.7" ENV_FILE="ci/deps/travis-27.yaml" PATTERN="not slow and db"
41
+
- JOB="2.7" ENV_FILE="ci/deps/travis-27.yaml" PATTERN="(not slow or (single and db))"
42
42
addons:
43
43
apt:
44
44
packages:
45
45
- python-gtk2
46
46
47
47
- dist: trusty
48
48
env:
49
-
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="not slow and not networkand db" LOCALE_OVERRIDE="zh_CN.UTF-8"
49
+
- JOB="3.6, locale" ENV_FILE="ci/deps/travis-36-locale.yaml" PATTERN="((not slow and not network) or (single and db))" LOCALE_OVERRIDE="zh_CN.UTF-8"
50
50
51
51
- dist: trusty
52
52
env:
53
-
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36.yaml" PATTERN="not slow and not networkand db" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
53
+
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36.yaml" PATTERN="((not slow and not network) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
0 commit comments