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.8" ENV_FILE="ci/deps/travis-38.yaml" PATTERN="(not slow and not network and not clipboard)"
32
32
@@ -40,6 +40,9 @@ matrix:
40
40
- postgresql
41
41
42
42
- env:
43
+
# Enabling Deprecations when running tests
44
+
# PANDAS_TESTING_MODE="deprecate" causes DeprecationWarning messages to be displayed in the logs
45
+
# See pandas/_testing.py for more details.
43
46
- 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"
44
47
services:
45
48
- mysql
@@ -70,7 +73,6 @@ before_install:
70
73
# This overrides travis and tells it to look nowhere.
0 commit comments