github.com/imran-kn/cilium-fork@v1.6.9/Documentation/_themes/sphinx_rtd_theme/tox.ini (about) 1 [tox] 2 envlist = py{27,34,35,36}-sphinx{13,14,15} 3 4 [tox:travis] 5 2.7 = py27-sphinx{13,14,15} 6 3.4 = py34-sphinx{13,14,15} 7 3.5 = py35-sphinx{13,14,15} 8 3.6 = py36-sphinx{13,14,15} 9 10 [testenv] 11 setev = 12 LANG=C 13 deps = 14 . 15 readthedocs-sphinx-ext 16 pytest 17 sphinx13: Sphinx < 1.4 18 sphinx14: Sphinx < 1.5 19 sphinx15: Sphinx < 1.6 20 commands = 21 py.test {posargs}