Skip to content

Commit

Permalink
travis: set pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgubler committed Dec 6, 2014
1 parent 846ac90 commit 0656d4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ python:
- "3.2"
- "3.3"
script:
# Set pythonpath
- export PYTHONPATH=$(pwd):$PYTHONPATH

# Generate messages
- pymavlink/tools/mavgen.py --lang='Python' --output=/tmp/ message_definitions/v1.0/common.xml
- pymavlink/tools/mavgen.py --lang='C' --output=/tmp/ message_definitions/v1.0/common.xml
- pymavlink/tools/mavgen.py --lang='CS' --output=/tmp/ message_definitions/v1.0/common.xml
Expand Down

0 comments on commit 0656d4d

Please sign in to comment.