Skip to content

Commit a225d44

Browse files
Clean up of debug info
1 parent d0d4ae1 commit a225d44

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ install:
8686

8787
before_script:
8888
- 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"
9190
- ci/before_script_travis.sh
9291

9392
script:

asv_bench/benchmarks/algorithms.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import warnings
22
from importlib import import_module
33

4-
# making the benchmarks fail, to see if this is detected by the CI:
5-
# import numpy as np
4+
import numpy as np
65
import pandas as pd
76
from pandas.util import testing as tm
87

azure-pipelines.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,6 @@ jobs:
109109
condition: true
110110
111111
- 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"
118112
if [ "$(Build.SourceBranch)" == "refs/heads/master" ]; then
119113
export NAME="master"
120114
else
@@ -130,8 +124,6 @@ jobs:
130124
condition: true
131125
env:
132126
CONNECTION_STRING: $(AZURE_STORAGE_CONNECTION_STRING)
133-
TEST_VAR1: $(TEST_VARIABLE)
134-
TEST_VAR2: $(pandas.TEST_VARIABLE)
135127
SOURCE: $(Build.SourcesDirectory)/doc/build/html/
136128
DESTINATION: 'docs'
137129

0 commit comments

Comments
 (0)