File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# MiniCPS .travis.yml
22#
3- # Commits that have [ci skip] anywhere in the commit messages are ignored by Travis CI.
3+ # NOTE: Commits that have [ci skip] anywhere in the commit messages are ignored by Travis CI.
4+ # NOTE: Validate file using https://lint.travis-ci.org/
45
5- # NOTE: Travis will use a non docker based infrastructure
6+ # NOTE: When sudo is enabled Travis will use a non docker based infrastructure
67# NOTE: because of pymodbus
78sudo : required
89
@@ -24,8 +25,8 @@ python:
2425# NOTE: Travis-ci automatically runs
2526#
2627install :
27- sudo pip install -r requirements.txt
28- pip install -r requirements.txt
28+ - sudo pip install -r requirements.txt
29+ - pip install -r requirements.txt
2930
3031# TODO: Add mininet-based tests
3132script : make tests-travis
You can’t perform that action at this time.
0 commit comments