Skip to content

Commit 8faca5d

Browse files
committed
install.sh: remove obsolete packages and try to maintain the python version being used by the host
1 parent e13745a commit 8faca5d

File tree

2 files changed

+35
-387
lines changed

2 files changed

+35
-387
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ before_install:
1818

1919
install:
2020
- pip install pexpect || pip3 install pexpect
21-
- sudo util/install.sh -Wlnfvw6
21+
- sudo util/install.sh -Wlnfv6
2222

2323
script:
2424
- sudo mn --wifi --test pingall
@@ -27,4 +27,4 @@ script:
2727
notifications:
2828
email:
2929
on_success: never
30-
# More details: https://docs.travis-ci.com/user/notifications#Configuring-email-notifications
30+
# More details: https://docs.travis-ci.com/user/notifications#Configuring-email-notifications

0 commit comments

Comments
 (0)