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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,9 @@ matrix:
43
43
- postgresql
44
44
45
45
- env:
46
+
# Enabling Deprecations when running tests
47
+
# You can set the environment variable PANDAS_TESTING_MODE to deprecate to show any DeprecationWarning message.
48
+
# This is enabled in the travis builds for numpy 1.9 (and evenutally for the python 3.4 build).
46
49
- JOB="3.6, coverage" ENV_FILE="ci/deps/travis-36-cov.yaml" PATTERN="((not slow and not network) or (single and db))" PANDAS_TESTING_MODE="deprecate" COVERAGE=true SQL="1"
0 commit comments