Add py36 support

This commit is contained in:
Takeshi KOMIYA 2016-12-24 13:05:35 +09:00
parent 866da5a8d0
commit 36eab77c3d
3 changed files with 6 additions and 5 deletions

View File

@ -7,6 +7,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
- "pypy"
env:
@ -34,5 +35,5 @@ install:
before_script:
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then flake8; fi
script:
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then make style-check test-async; fi
- if [[ $TRAVIS_PYTHON_VERSION != '3.5' ]]; then make test; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then make style-check test-async; fi
- if [[ $TRAVIS_PYTHON_VERSION != '3.6' ]]; then make test; fi

View File

@ -79,8 +79,8 @@ sidebar and under "Quick Links", click "Windows Installer" to download.
.. note::
Currently, Python offers two major versions, 2.x and 3.x. Sphinx 1.3 can run
under Python 2.7, 3.4, 3.5, with the recommended version being 2.7. This
Currently, Python offers two major versions, 2.x and 3.x. Sphinx 1.5 can run
under Python 2.7, 3.4, 3.5, 3.6, with the recommended version being 2.7. This
chapter assumes you have installed Python 2.7.
Follow the Windows installer for Python.

View File

@ -1,5 +1,5 @@
[tox]
envlist=flake8,py27,py34,py35,pypy,du12,du11,du10
envlist=flake8,py27,py34,py35,py36,pypy,du12,du11,du10
[testenv]
deps=