Skip to content

Commit b91b5c1

Browse files
author
Wayne Ren
authored
Merge pull request #80 from wangnuannuan/feature/travis_ci
travis: modify python code and config file .travis.yml
2 parents 9c6b45f + b9cfcd8 commit b91b5c1

File tree

6 files changed

+543
-469
lines changed

6 files changed

+543
-469
lines changed

.ci/before_install.sh

+2-2
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)