diff --git a/.travis.yml b/.travis.yml index 89f474ff..032ddd18 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,8 @@ language: python python: - 2.6 - 2.7 + install: - pip install -r requirements.txt --use-mirrors script: - - nosetests tests + - nosetests tests --with-xunit --xunit-file=shippable/testresults/nosetests.xml