Switching from nose to pytest

This commit is contained in:
Niru Maheswaranathan
2016-10-09 13:38:20 -07:00
parent 0313cb2983
commit 69d4409c79
3 changed files with 3 additions and 3 deletions

View File

@@ -22,6 +22,6 @@ install:
- travis_retry pip install -r requirements-dev.txt
- travis_retry python setup.py install
script:
- py.test
- coverage run --source descent -m py.test
after_success:
- coveralls