Skip to content

Commit 956f9ff

Browse files
authored
Merge pull request #151 from wangnuannuan/jingru-jenkins-ci-1
Modify steps of Travis CI
2 parents 2d5ad2e + c915949 commit 956f9ff

File tree

13 files changed

+1545
-1433
lines changed

13 files changed

+1545
-1433
lines changed

.ci/before_install.sh

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,9 @@ fi
2020

2121
{
2222
pip install --upgrade pip || die
23-
[ "${TRAVIS}" == "true" ] && {
24-
pip install Sphinx || die
25-
pip install breathe || die
26-
pip install recommonmark || die
27-
pip install sphinx_rtd_theme || die
28-
}
29-
pip install GitPython || die
3023
pip install embarc_cli || die
31-
pip install configparser || die
32-
pip install requests || die
33-
pip install XlsxWriter || die
24+
pip install GitPython || die
25+
pip install psutil || die
26+
pip install PyYAML || die
27+
pip install pyserial || die
3428
}

0 commit comments

Comments
 (0)