Update the packaging so wheels work

This commit is contained in:
Ian Cordasco 2016-06-25 11:20:28 -05:00
parent 1ec83033e9
commit 5d1150cc27
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
3 changed files with 18 additions and 1 deletions

13
tox.ini
View file

@ -108,6 +108,19 @@ deps =
commands =
python setup.py check -r -s
[testenv:release]
skipsdist = true
basepython = python3
skip_install = true
use_develop = false
deps =
wheel
setuptools
twine >= 1.5.0
commands =
python setup.py -q sdist bdist_wheel
twine upload --skip-existing dist/*
# Flake8 Configuration
[flake8]
# Ignore some flake8-docstrings errors