File tree 3 files changed +8
-6
lines changed
3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ matrix:
51
51
- python-gtk2
52
52
- dist : trusty
53
53
env :
54
- - JOB="3.5" TEST_ARGS="--skip-slow --skip-network" COVERAGE=true
54
+ - JOB="3.5" TEST_ARGS="--skip-slow --skip-network" COVERAGE=true CLIPBOARD=true
55
55
addons :
56
56
apt :
57
57
packages :
@@ -74,7 +74,7 @@ matrix:
74
74
# In allow_failures
75
75
- dist : trusty
76
76
env :
77
- - JOB="3.6_DOC" DOC=true
77
+ - JOB="3.6_DOC" DOC=true CLIPBOARD=true
78
78
addons :
79
79
apt :
80
80
packages :
@@ -91,7 +91,7 @@ matrix:
91
91
- JOB="3.6_NUMPY_DEV" TEST_ARGS="--skip-slow --skip-network" PANDAS_TESTING_MODE="deprecate"
92
92
- dist : trusty
93
93
env :
94
- - JOB="3.6_DOC" DOC=true
94
+ - JOB="3.6_DOC" DOC=true CLIPBOARD=true
95
95
96
96
before_install :
97
97
- echo "before_install"
@@ -102,8 +102,6 @@ before_install:
102
102
- uname -a
103
103
- git --version
104
104
- git tag
105
- - ci/before_install_travis.sh
106
- - export DISPLAY=":99.0"
107
105
108
106
install :
109
107
- echo "install start"
@@ -114,6 +112,7 @@ install:
114
112
115
113
before_script :
116
114
- ci/install_db_travis.sh
115
+ - ci/before_script_travis.sh
117
116
118
117
script :
119
118
- echo "script start"
Original file line number Diff line number Diff line change 2
2
3
3
echo " inside $0 "
4
4
5
- if [ " ${TRAVIS_OS_NAME} " == " linux" ]; then
5
+ if [ " $CLIPBOARD " ] && [ " ${TRAVIS_OS_NAME} " == " linux" ]; then
6
+ export DISPLAY=" :99.0"
6
7
sh -e /etc/init.d/xvfb start
8
+ sleep 3
7
9
fi
8
10
9
11
# Never fail because bad things happened here.
Original file line number Diff line number Diff line change 3
3
echo " [script_single]"
4
4
5
5
source activate pandas
6
+ export DISPLAY=" :99.0"
6
7
7
8
if [ -n " $LOCALE_OVERRIDE " ]; then
8
9
export LC_ALL=" $LOCALE_OVERRIDE " ;
You can’t perform that action at this time.
0 commit comments