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 . - pip install .
script: 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=$! - pid=$!
- sleep 5 - sleep 5
- nosetests --with-coverage --cover-package=misp_modules - nosetests --with-coverage --cover-package=misp_modules
- kill -s INT $pid - kill -s INT $pid
- pushd ~/ - 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=$! - pid=$!
- popd - popd
- sleep 5 - sleep 5