bvanheu / pytoutv

TOU.TV client library and user interfaces written in Python 3
96 stars 23 forks source link

tests: Call setup.py test instead of pytest directly #117

Closed simark closed 6 years ago

simark commented 6 years ago

With Python 3.3 on Travis, pytest is not found. Going through setup.py to run the tests should make it install pytest, because it is specified in tests_require, in setup.py.