X Tutup
sudo: false language: python python: - "3.6" install: pip install sphinx script: - make doctest - make html
X Tutup