diff options
author | Adam Hupp <adam@hupp.org> | 2020-05-05 14:41:38 -0700 |
---|---|---|
committer | Adam Hupp <adam@hupp.org> | 2020-05-05 14:44:53 -0700 |
commit | 62f4c78f19965d8ff6a1072bc09c61b11d1277f6 (patch) | |
tree | 821c71bb9dece9e9cdb3f40627826d0c24e7a293 /setup.py | |
parent | bc53bc5cc537c29ab9e66b204543a02b865f6ee3 (diff) | |
download | python-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.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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', |