execute doctests in travis

This commit is contained in:
Alexey Lavrenuke 2015-02-11 16:56:29 +03:00
parent 8d568bd35d
commit 8447eb3d40

View File

@ -9,5 +9,4 @@ install:
- pip install sqlalchemy
- pip install importlib
- pip install yandextank
script: cd tests && nosetests
script: cd tests && nosetests --with-doctest