flush stdout after printing messages, might fix output ordering on drone.io

This commit is contained in:
Georg Brandl 2014-09-21 19:01:03 +02:00
parent db43cba254
commit c5cc2a8cf9

View File

@ -45,5 +45,7 @@ if tempdir.exists():
tempdir.makedirs()
print('Running Sphinx test suite...')
sys.stdout.flush()
import nose
nose.main()