From 8ccd25f75e22ea5ab3c33b756db92f1d05b4200a Mon Sep 17 00:00:00 2001 From: saloni30agr Date: Tue, 14 Jan 2020 21:18:27 +0530 Subject: [PATCH] DOC: Moved PANDAS_TESTING_MODE tip to .travis.yml (#30694) Added comments for travis.yml for PANDAS_TESTING_MODE from tips and tricks section of wiki --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a11cd469e9b9c..31ced195f8d38 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,6 +43,9 @@ matrix: - postgresql - env: + # Enabling Deprecations when running tests + # You can set the environment variable PANDAS_TESTING_MODE to deprecate to show any DeprecationWarning message. + # This is enabled in the travis builds for numpy 1.9 (and evenutally for the python 3.4 build). - 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" services: - mysql