File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -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,8 @@ install:
114
112
115
113
before_script :
116
114
- ci/install_db_travis.sh
115
+ - export DISPLAY=":99.0"
116
+ - ci/before_script_travis.sh
117
117
118
118
script :
119
119
- echo "script start"
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ echo "inside $0"
4
4
5
5
if [ " ${TRAVIS_OS_NAME} " == " linux" ]; then
6
6
sh -e /etc/init.d/xvfb start
7
+ sleep 3
7
8
fi
8
9
9
10
# Never fail because bad things happened here.
Original file line number Diff line number Diff line change 18
18
try :
19
19
DataFrame ({'A' : [1 , 2 ]}).to_clipboard ()
20
20
_DEPS_INSTALLED = 1
21
- except PyperclipException :
21
+ except ( PyperclipException , RuntimeError ) :
22
22
_DEPS_INSTALLED = 0
23
23
24
24
You can’t perform that action at this time.
0 commit comments