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