File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -53,14 +53,15 @@ matrix:
53
53
- FULL_DEPS=true
54
54
- CLIPBOARD=xsel
55
55
- JOB_NAME : " 34_nslow"
56
+ - PANDAS_TESTING_MODE="deprecate"
56
57
- python : 2.7
57
58
env :
58
59
- EXPERIMENTAL=true
59
60
- NOSE_ARGS="not slow and not network and not disabled"
60
61
- JOB_NAME : " 27_numpy_master"
61
62
- JOB_TAG=_NUMPY_DEV_master
62
63
- NUMPY_BUILD=master
63
- - PANDAS_TESTING_MODE="numpy_deprecate "
64
+ - PANDAS_TESTING_MODE="deprecate "
64
65
allow_failures :
65
66
- python : 3.4
66
67
env :
@@ -69,14 +70,15 @@ matrix:
69
70
- FULL_DEPS=true
70
71
- CLIPBOARD=xsel
71
72
- JOB_NAME : " 34_nslow"
73
+ - PANDAS_TESTING_MODE="deprecate"
72
74
- python : 2.7
73
75
env :
74
76
- EXPERIMENTAL=true
75
77
- NOSE_ARGS="not slow and not network and not disabled"
76
78
- JOB_NAME : " 27_numpy_master"
77
79
- JOB_TAG=_NUMPY_DEV_master
78
80
- NUMPY_BUILD=master
79
- - PANDAS_TESTING_MODE="numpy_deprecate "
81
+ - PANDAS_TESTING_MODE="deprecate "
80
82
81
83
before_install :
82
84
- echo "before_install"
Original file line number Diff line number Diff line change 56
56
57
57
# set testing_mode
58
58
testing_mode = os .environ .get ('PANDAS_TESTING_MODE' ,'None' )
59
- if 'numpy_deprecate ' in testing_mode :
59
+ if 'deprecate ' in testing_mode :
60
60
warnings .simplefilter ('always' , DeprecationWarning )
61
61
62
62
class TestCase (unittest .TestCase ):
You can’t perform that action at this time.
0 commit comments