Allow server time to start up

travis
Hannah Ward 2016-11-18 15:54:12 +00:00
parent ee06ff0765
commit 77c45273b0
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ install:
script: script:
- opentaxii-run-dev & - opentaxii-run-dev &
- pid=$! - pid=$!
- sleep 15
- cd tests - cd tests
- nosetests . - nosetests .
- cd .. - cd ..