Last active
March 3, 2020 11:01
-
-
Save tomdottom/d7d6b67134e3589335a9 to your computer and use it in GitHub Desktop.
Testing bdist_wheel with tox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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