From 6fc23bc8c1ec20362e05819f85c519ebe1bfa441 Mon Sep 17 00:00:00 2001 From: Anton Beloglazov Date: Mon, 13 Aug 2012 15:50:26 +1000 Subject: [PATCH] Replaced setup.py test with nosetests for travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b3ad4b4..c4cab57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,6 @@ python: - 2.6 - 2.7 install: - - pip install pyqcy mocktest PyContracts + - pip install --use-mirrors pyqcy mocktest PyContracts nose - python setup.py install -script: python setup.py test +script: nosetests