File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,6 @@ matrix:
1111 env : TOXENV=py27
1212 - python : " 3.5"
1313 env : TOXENV=py35
14- - python : " 2.7"
15- env : TOXENV=py27
1614
1715install :
1816 - pip install --ignore-installed --upgrade setuptools pip tox coveralls
@@ -22,3 +20,6 @@ script:
2220 - tox -vv
2321
2422after_success : if [ "$TOXENV" == "py35" ]; then coveralls; fi
23+
24+ notifications :
25+ email : false
Original file line number Diff line number Diff line change 1+ [metadata]
2+ # This includes the license file(s) in the wheel.
3+ # https://wheel.readthedocs.io/en/stable/user_guide.html#including-license-files-in-the-generated-wheel-file
4+ license_files = LICENSE.txt
5+
16[flake8]
27exclude =
38 .tox,
Original file line number Diff line number Diff line change 4747 license = 'MIT' ,
4848 keywords = 'Raspberry Pi' ,
4949 url = 'http://www.pimoroni.com' ,
50+ project_urls = { 'GitHub' : 'https://www.github.com/pimoroni/{{LIBNAME}}-python' },
5051 classifiers = classifiers ,
5152 packages = ['{{LIBNAME}}' ],
5253 install_requires = []
Original file line number Diff line number Diff line change @@ -14,8 +14,11 @@ deps =
1414
1515[testenv:qa]
1616commands =
17+ check-manifest --ignore tox.ini,tests*,.coveragerc
18+ python setup.py check -m -r -s
1719 flake8 --ignore E501
1820 rstcheck README.rst
1921deps =
22+ check-manifest
2023 flake8
2124 rstcheck
You can’t perform that action at this time.
0 commit comments