Skip to content

Commit 3470f40

Browse files
committed
Try that
1 parent 9748289 commit 3470f40

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
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
78
sudo: required
89

@@ -24,8 +25,8 @@ python:
2425
# NOTE: Travis-ci automatically runs
2526
#
2627
install:
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
3132
script: make tests-travis

0 commit comments

Comments
 (0)