Skip to content

Commit 9748289

Browse files
committed
Try this
1 parent 883fef3 commit 9748289

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ python:
2323

2424
# NOTE: Travis-ci automatically runs
2525
#
26-
# pip install -r requirements.txt
26+
install:
27+
sudo pip install -r requirements.txt
28+
pip install -r requirements.txt
2729

2830
# TODO: Add mininet-based tests
2931
script: make tests-travis

0 commit comments

Comments
 (0)