env: TOXENV=py27
- python: "3.5"
env: TOXENV=py35
- - python: "2.7"
- env: TOXENV=py27
install:
- pip install --ignore-installed --upgrade setuptools pip tox coveralls
- tox -vv
after_success: if [ "$TOXENV" == "py35" ]; then coveralls; fi
+
+notifications:
+ email: false
+[metadata]
+# This includes the license file(s) in the wheel.
+# https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
+license_files = LICENSE.txt
+
[flake8]
exclude =
.tox,
license='MIT',
keywords='Raspberry Pi',
url='http://www.pimoroni.com',
+ project_urls={ 'GitHub': 'https://www.github.com/pimoroni/{{LIBNAME}}-python' },
classifiers=classifiers,
packages=['{{LIBNAME}}'],
install_requires=[]
[testenv:qa]
commands =
+ check-manifest --ignore tox.ini,tests*,.coveragerc
+ python setup.py check -m -r -s
flake8 --ignore E501
rstcheck README.rst
deps =
+ check-manifest
flake8
rstcheck