2016-04-11 11:24:20 +02:00
|
|
|
language: python
|
|
|
|
|
|
|
|
cache: pip
|
|
|
|
|
2016-04-28 14:26:30 +02:00
|
|
|
services:
|
|
|
|
- redis-server
|
|
|
|
|
2016-04-11 11:24:20 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- libpq5
|
|
|
|
|
|
|
|
python:
|
|
|
|
- "3.3"
|
|
|
|
- "3.4"
|
|
|
|
- "3.5"
|
|
|
|
- "nightly"
|
|
|
|
|
|
|
|
install:
|
2016-06-18 07:53:26 +02:00
|
|
|
- python setup.py install
|
2016-04-11 11:24:20 +02:00
|
|
|
|
|
|
|
script:
|
2016-06-23 12:53:45 +02:00
|
|
|
- misp-modules &
|
2016-06-18 07:53:26 +02:00
|
|
|
- sleep 15
|
|
|
|
- python setup.py test
|
2016-06-23 12:53:45 +02:00
|
|
|
- pkill misp-modules
|
|
|
|
- pushd ..
|
|
|
|
- misp-modules -s &
|
|
|
|
- sleep 15
|
|
|
|
- popd
|
|
|
|
- pkill misp-modules
|