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