Skip to content

Commit cb9beea

Browse files
committed
travis: modify ci code and config file .travis.yml
Signed-off-by: Jingru Wang <jingru@synopsys.com>
1 parent f10541b commit cb9beea

File tree

5 files changed

+547
-458
lines changed

5 files changed

+547
-458
lines changed

.ci/before_install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ fi
2626
pip install recommonmark || die
2727
pip install sphinx_rtd_theme || die
2828
}
29-
pip install PrettyTable || die
30-
pip install colorama || die
29+
pip install embarc_cli || die
3130
pip install configparser || die
3231
pip install requests || die
32+
pip install XlsxWriter || die
3333
}

0 commit comments

Comments
 (0)