Skip to content

Instantly share code, notes, and snippets.

@tomdottom
Last active March 3, 2020 11:01
Testing bdist_wheel with tox
[tox]
envlist = py27
[testenv]
skipdist=True
skip_install=True
deps=
nose
wheel
commands=
python setup.py bdist_wheel
pip install --no-index --pre --find-links=dist/ package-name
nosetests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment