diff --git a/.travis.yml b/.travis.yml index c6e14c2..9686244 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,9 @@ install: - python setup.py install script: + - opentaxii-run-dev & + - pid=$! - cd tests - nosetests . - cd .. + - kill -s INT $pid