aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-01-06 11:58:04 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-01-06 11:58:04 +0100
commit581d4e111082dbe8cde4a7ae3115f30c7a7417fe (patch)
tree2718d60a24616ba7d2c7d1f6448f3613982e9d5a /.travis.yml
parent3436abdf0bde16bdda5f4e6600693d6b0f42a01b (diff)
downloadpx4-firmware-581d4e111082dbe8cde4a7ae3115f30c7a7417fe.tar.gz
px4-firmware-581d4e111082dbe8cde4a7ae3115f30c7a7417fe.tar.bz2
px4-firmware-581d4e111082dbe8cde4a7ae3115f30c7a7417fe.zip
travis: apt-get install python-empy
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index fd2a6b6d1..9386ddaa3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ before_script:
- sudo apt-get install s3cmd grep zip mailutils
# General toolchain dependencies
- sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386
- - sudo apt-get install python-serial python-argparse
+ - sudo apt-get install python-serial python-argparse python-empy
- sudo apt-get install flex bison libncurses5-dev autoconf texinfo build-essential libtool zlib1g-dev genromfs git wget cmake
- pushd .
- cd ~