summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2020-05-05 14:41:38 -0700
committerAdam Hupp <adam@hupp.org>2020-05-05 14:44:53 -0700
commit62f4c78f19965d8ff6a1072bc09c61b11d1277f6 (patch)
tree821c71bb9dece9e9cdb3f40627826d0c24e7a293 /setup.py
parentbc53bc5cc537c29ab9e66b204543a02b865f6ee3 (diff)
downloadpython-magic-62f4c78f19965d8ff6a1072bc09c61b11d1277f6.tar.gz
Update for deprecation of testing in setup.py
test_suite is deprecated in setup.py, so remove it and replace the command in .travis.yml with directly running the test
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 86c3e73..68825fd 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,6 @@ setup(name='python-magic',
long_description_content_type='text/markdown',
keywords="mime magic file",
license="MIT",
- test_suite='test',
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*',
classifiers=[
'Intended Audience :: Developers',