Moved the metadata from setup.py to setup.cfg

This commit is contained in:
KOLANICH
2019-12-12 11:46:47 +03:00
parent 35b37f7fbc
commit eed3884e70
4 changed files with 91 additions and 88 deletions

View File

@@ -54,7 +54,7 @@ install:
- sed -i -e 's/^/#/' tests/gnupghome/gpg-agent.conf
- ./install_dependencies.${TRAVIS_OS_NAME}.sh
# ensure tox and coveralls are installed. pin PyYAML until we drop Python 3.4
- pip install tox python-coveralls 'PyYAML==5.2; python_version == "3.4"'
- pip install tox python-coveralls 'PyYAML==5.2; python_version == "3.4"' 'pathlib2; python_version < "3"'
# set TOXENV if it isn't yet
before_script: