diff --git a/.travis.yml b/.travis.yml index d379fc7..23b212e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ python: install: - pip install . script: - - python setup.py test + - python -m unittest discover diff --git a/setup.py b/setup.py index 01978d8..208c063 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ def main(): 'Topic :: Utilities', ], 'python_requires': '>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', - 'test_suite': 'tests', } setup(**arguments)