python-docstring-mode/.travis.yml
2019-07-16 02:36:00 -07:00

38 lines
446 B
YAML

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