Skip to content

Commit

Permalink
scripts: remove pip install MAVProxy
Browse files Browse the repository at this point in the history
* not necessary since we’re just checking for build validity
* was crashing due to an issue with pymavlink not correctly setting up dependencies (missing future)
  • Loading branch information
wsilva32 committed Nov 10, 2016
1 parent f00d911 commit c68fd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/configure-ci.sh
Expand Up @@ -82,4 +82,4 @@ fi

. ~/.profile

pip install --user argparse empy pyserial pexpect mavproxy
pip install --user argparse empy pyserial pexpect

0 comments on commit c68fd4e

Please sign in to comment.