Replaced setup.py test with nosetests for travis

This commit is contained in:
Anton Beloglazov
2012-08-13 15:50:26 +10:00
parent c9b055a016
commit 6fc23bc8c1

View File

@@ -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