File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,19 +38,19 @@ matrix:
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 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 network and 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 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 network and 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 db" PANDAS_TESTING_MODE="deprecate" COVERAGE=true
54
54
55
55
# In allow_failures
56
56
- dist : trusty
You can’t perform that action at this time.
0 commit comments