Fix travis

pull/28/head
Raphaël Vinot 2016-06-23 19:53:45 +09:00
parent 22eaba6ab6
commit 77bc05e0ec
1 changed files with 7 additions and 2 deletions

View File

@ -20,7 +20,12 @@ install:
- python setup.py install
script:
- misp-modules.py &
- misp-modules &
- sleep 15
- python setup.py test
- pkill misp-modules.py
- pkill misp-modules
- pushd ..
- misp-modules -s &
- sleep 15
- popd
- pkill misp-modules