Actually run the server travis please

travis
Hannah Ward 2016-11-18 14:48:46 +00:00
parent 129bc4b85d
commit 442760906c
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ install:
- python setup.py install
script:
- opentaxii-run-dev &
- pid=$!
- cd tests
- nosetests .
- cd ..
- kill -s INT $pid