Seamless integration of Tox into Travis CI
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file tox_travis-0.9-py2.py3-none-any.whl
.
File metadata
- Download URL: tox_travis-0.9-py2.py3-none-any.whl
- Upload date:
- Size: 11.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b85ac3da98d06d77e9fd981bd68e51dd455b9f82f4c21aee46f3bcaa00cc8a41 |
|
MD5 | ca872cba9b84fd0447d574a5fc13fb21 |
|
BLAKE2b-256 | c36bb5391f022ed18cc4732a712cb37d8bf500f9100e7eced1f1df06918c3cd6 |