mirror of
https://github.com/vale981/python-docstring-mode
synced 2025-03-04 09:01:39 -05:00
38 lines
446 B
YAML
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
|