click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

Enable CI (Travis or Circle) #21

Closed jirikuncar closed 6 years ago

jirikuncar commented 6 years ago

Simple example:

sudo: false
language: python
python:
  - "2.7"
  - "3.6"
install: pip install tox-travis
script: tox
stephenfin commented 6 years ago

Addressed (totally by accident) in 5cf7cd66.