diff --git a/setup.py b/setup.py index 225bd2e..fad28d1 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,6 @@ setup(author="Roman Dobosz, Szymon Datko", keywords='ferrit', name='ferrit', packages=find_packages(include=['ferrit', 'ferrit.*']), - test_suite='tests', url='https://github.com/gryf/ferrit', version='0.0.1', zip_safe=False) diff --git a/tox.ini b/tox.ini index baf4d58..c00660b 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ envlist = py36,py37,flake8 [testenv] usedevelop=True deps = requests -commands = python setup.py test + pytest +commands = pytest [testenv:flake8] basepython = python3