tox
2.9
  • Examples
    • Basic usage
    • tox and pytest
    • unittest2, discover and tox
    • tox and nose
    • General tips and tricks
    • Using tox with Jenkins
    • Development environment
    • Advanced scenario
    • Platform specification
    • Write a json report file
  • tox.ini reference
  • Advanced configuration
  • Plugins
  • Developer FAQ
  • Organisatorical
tox
  • Docs »
  • Examples

Examples¶

  • Basic usage
    • A simple tox.ini
    • specifying a platform
    • whitelisting non-virtualenv commands
    • depending on requirements.txt or defining constraints
    • using a different default PyPI url
    • installing dependencies from multiple PyPI servers
    • further customizing installation
    • forcing re-creation of virtual environments
    • passing down environment variables
    • setting environment variables
    • special handling of PYTHONHASHSEED
    • Integration with “setup.py test” command
    • Ignoring a command exit code
    • Compressing dependency matrix
    • Prevent symbolic links in virtualenv
  • tox and pytest
    • Basic example
    • Advanced example
    • Run test on multiple CPUs
    • Issues and limitations
  • unittest2, discover and tox
    • Run unittests with ‘discover’
    • Run unittest2 and sphinx tests in one go
  • tox and nose
    • Basic nosetests example
    • More examples?
  • General tips and tricks
    • Passing positional arguments
    • Integrate “sphinx” doc checks
    • Select environments
    • Share package artifacts between testruns
    • Basepython defaults, overriding
    • Avoiding expensive sdist
  • Using tox with Jenkins
    • Using Jenkins multi-configuration jobs
    • Integrating “sphinx” documentation checks in a Jenkins job
    • Access package artifacts between Jenkins jobs
    • Avoiding the “path too long” error with long shebang lines
  • Development environment
    • Basic scenario
  • Advanced scenario
  • Platform specification
    • Basic multi-platform example
  • Write a json report file
Next Previous

© Copyright 2010-2017, holger krekel and others.

Built with Sphinx using a theme provided by Read the Docs.