fix: Make travis happy.

pull/145/head
Raphaël Vinot 2017-11-20 15:06:24 +01:00
parent 02253e5a87
commit f30cf99ff9
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@ install:
- pip install .
script:
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ &
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ -l 127.0.0.1 &
- pid=$!
- sleep 5
- nosetests --with-coverage --cover-package=misp_modules
- kill -s INT $pid
- pushd ~/
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ -s &
- coverage run -m --parallel-mode --source=misp_modules misp_modules.__init__ -s -l 127.0.0.1 &
- pid=$!
- popd
- sleep 5