travis needs to install realpath

This commit is contained in:
Jack O'Connor 2014-06-16 17:20:58 -07:00
parent 032057aca7
commit c0f79b0d78
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@ python:
- "3.2" - "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq realpath
script: ./test.sh script: ./test.sh