tox_wheels.ini 517 B

12345678910111213141516171819202122
  1. # Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
  2. # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
  3. [tox]
  4. envlist = py{26,27,33,34,35,36,sys}
  5. toxworkdir = {toxinidir}/.tox_kits
  6. [testenv]
  7. deps =
  8. -rrequirements/wheel.pip
  9. commands =
  10. python -c "import sys; print(sys.real_prefix)"
  11. python setup.py bdist_wheel {posargs}
  12. [testenv:py27]
  13. basepython = python2.7
  14. [testenv:pysys]
  15. # For building with the Mac Framework Python.
  16. basepython = /usr/bin/python