2016-05-19 16:27:41 +02:00
|
|
|
sudo: required
|
|
|
|
|
2016-05-24 00:48:35 +02:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.7
|
|
|
|
|
2016-05-19 16:27:41 +02:00
|
|
|
services:
|
|
|
|
- docker
|
|
|
|
|
2016-05-20 12:06:26 +02:00
|
|
|
script:
|
2016-05-20 12:09:45 +02:00
|
|
|
- docker run --rm -t -v "$TRAVIS_BUILD_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|