mirror of https://github.com/buildinspace/peru.git
travis needs to install realpath
This commit is contained in:
parent
032057aca7
commit
c0f79b0d78
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue