Skip to content
Snippets Groups Projects
Commit 71f5e337 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Strip python serial since we are not flashing boards in Travis

parent cf89e82e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,6 @@ addons:
- ninja-build
- python-argparse
- python-empy
- python-serial
- s3cmd
- texinfo
- zlib1g-dev
......@@ -69,7 +68,7 @@ before_install:
&& brew install cmake ninja
&& brew install genromfs
&& sudo easy_install pip
&& sudo pip install pyserial empy
&& sudo pip install empy
;
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment