python-docstring-mode/.travis.yml
2016-05-09 02:48:44 -07:00

39 lines
469 B
YAML

sudo: false
cache:
directories:
- $HOME/.cache/pip
language: python
matrix:
include:
- python: "2.7"
env: TOXENV=py27
- python: "3.3"
env: TOXENV=py33
- python: "3.4"
env: TOXENV=py34
- python: "3.5"
env: TOXENV=py35
allow_failures:
- env: TOXENV=py33
- env: TOXENV=py34
- env: TOXENV=py35
install:
- pip install tox
script:
- tox
notifications:
email: false
branches:
only:
- master