Replaced setup.py test with nosetests for travis
This commit is contained in:
@@ -3,6 +3,6 @@ python:
|
|||||||
- 2.6
|
- 2.6
|
||||||
- 2.7
|
- 2.7
|
||||||
install:
|
install:
|
||||||
- pip install pyqcy mocktest PyContracts
|
- pip install --use-mirrors pyqcy mocktest PyContracts nose
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
script: python setup.py test
|
script: nosetests
|
||||||
|
|||||||
Reference in New Issue
Block a user