Skip to main content

Seamless integration of Tox into Travis CI

Project description

Latest Version Documentation Status https://travis-ci.org/ryanhiebert/tox-travis.svg?branch=master Join the chat at https://gitter.im/ryanhiebert/tox-travis

Tox-Travis is a plugin for Tox that simplifies the setup between Tox and Travis.

Usage

Configure the Python versions to test with in .travis.yml, and install tox-travis with pip:

sudo: false
language: python
python:
  - "2.7"
  - "3.4"
install: pip install tox-travis
script: tox

Tox will only run the py27 or py34 env (or envs that have a factor that matches) as appropriate for the version of Python that is being run by each Travis job.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tox-travis-0.8.tar.gz (9.5 kB view hashes)

Uploaded Source

Built Distributions

tox_travis-0.8-py3.6.egg (17.3 kB view hashes)

Uploaded Source

tox_travis-0.8-py2.py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page