File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,7 @@ install:
86
86
87
87
before_script :
88
88
- ci/install_db_travis.sh
89
- # XXX checking if this is still required now that doctests are in azure
90
- # - export DISPLAY=":99.0"
89
+ - export DISPLAY=":99.0"
91
90
- ci/before_script_travis.sh
92
91
93
92
script :
Original file line number Diff line number Diff line change 1
1
import warnings
2
2
from importlib import import_module
3
3
4
- # making the benchmarks fail, to see if this is detected by the CI:
5
- # import numpy as np
4
+ import numpy as np
6
5
import pandas as pd
7
6
from pandas .util import testing as tm
8
7
Original file line number Diff line number Diff line change @@ -109,12 +109,6 @@ jobs:
109
109
condition: true
110
110
111
111
- script : |
112
- echo "checking different ways to access variables"
113
- echo $(TEST_VARIABLE)
114
- echo $(pandas.TEST_VARIABLE)
115
- echo $TEST_VAR1
116
- echo $TEST_VAR2
117
- echo "DONE"
118
112
if [ "$(Build.SourceBranch)" == "refs/heads/master" ]; then
119
113
export NAME="master"
120
114
else
@@ -130,8 +124,6 @@ jobs:
130
124
condition: true
131
125
env:
132
126
CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING)
133
- TEST_VAR1: $(TEST_VARIABLE)
134
- TEST_VAR2: $(pandas.TEST_VARIABLE)
135
127
SOURCE: $(Build.SourcesDirectory)/doc/build/html/
136
128
DESTINATION: 'docs'
137
129
You can’t perform that action at this time.
0 commit comments