Skip to content

Instantly share code, notes, and snippets.

@tomdottom
Last active March 3, 2020 11:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomdottom/d7d6b67134e3589335a9 to your computer and use it in GitHub Desktop.
Save tomdottom/d7d6b67134e3589335a9 to your computer and use it in GitHub Desktop.
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