Skip to content

Commit

Permalink
use pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
dpimenov committed Mar 22, 2017
1 parent fe5c87c commit a96bcbe
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 270 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -5,6 +5,5 @@ python:
- 3.3
- 3.4

install: pip install nose && python setup.py install

script: nosetests
install: python setup.py install
script: pytest

0 comments on commit a96bcbe

Please sign in to comment.