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:
language: python
python:
- "3.6"
- "3.7"
install: pip install tox-travis
script: tox
tox will only run the py36 or py37 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 Distribution
tox-travis-0.13.tar.gz
(24.2 kB
view hashes)
Built Distribution
Close
Hashes for tox_travis-0.13-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71fa355d84d32b592428ac8016f669a7c63e459fa42774a33d60072d3d7371dc |
|
MD5 | 94d715d290b93c662b9c61f75dbd554a |
|
BLAKE2b-256 | d9031886a19e0e8ea1c1d36ea4b64510d6a12de9396e709f98aaa994a079439e |