Skip to content

Commit 8ccd25f

Browse files
author
saloni30agr
committed
DOC: Moved PANDAS_TESTING_MODE tip to .travis.yml (pandas-dev#30694)
Added comments for travis.yml for PANDAS_TESTING_MODE from tips and tricks section of wiki
1 parent 81d9636 commit 8ccd25f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ matrix:
4343
- postgresql
4444

4545
- 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).
4649
- 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"
4750
services:
4851
- mysql

0 commit comments

Comments
 (0)