diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-07 13:10:31 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-07 13:10:31 -0500 |
commit | 93d8715bff84449b62c2439dfa5845a9d12006e1 (patch) | |
tree | 9b4afb26c1af9345304a3d53335a46859e79bae3 | |
parent | bb2251bae83b072cd972f6865198d70272e7a824 (diff) | |
download | external_python_setuptools-93d8715bff84449b62c2439dfa5845a9d12006e1.tar.gz external_python_setuptools-93d8715bff84449b62c2439dfa5845a9d12006e1.tar.bz2 external_python_setuptools-93d8715bff84449b62c2439dfa5845a9d12006e1.zip |
Remove pytest alias. Use tox to run tests. Ref #904.
-rwxr-xr-x | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ clean_egg_info = egg_info -Db '' release = clean_egg_info sdist bdist_wheel source = register sdist binary binary = bdist_egg upload --show-response -test = pytest [upload] repository = https://upload.pypi.org/legacy/ |