mirror of https://github.com/MISP/misp-modules
Modules for expansion services, import and export in MISP
http://misp.github.io/misp-modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
406 B
31 lines
406 B
language: python |
|
|
|
cache: pip |
|
|
|
services: |
|
- redis-server |
|
|
|
addons: |
|
apt: |
|
packages: |
|
- libpq5 |
|
|
|
python: |
|
- "3.3" |
|
- "3.4" |
|
- "3.5" |
|
- "nightly" |
|
|
|
install: |
|
- python setup.py install |
|
|
|
script: |
|
- misp-modules & |
|
- sleep 15 |
|
- python setup.py test |
|
- pkill misp-modules |
|
- pushd .. |
|
- misp-modules -s & |
|
- sleep 15 |
|
- popd |
|
- pkill misp-modules
|
|
|