From bfe653e497eca17a1a979a5863f8c5fc9ecc3e5c Mon Sep 17 00:00:00 2001 From: Tim Nicholls Date: Wed, 27 Jul 2016 11:57:52 +0100 Subject: [PATCH] Forgot to add --stub-only flag to excalibur setup.py nosetests call in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37f4942f..cbd6c9c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - python setup.py nosetests - cd .. - cd plugins/excalibur - - python setup.py nosetests + - python setup.py --stub-only nosetests - cd ../.. - coverage combine server/.coverage plugins/excalibur/.coverage && coverage report -m