diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8730351..edc77c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,8 @@ language: python python: - "2.7" - "3.4" - - "3.5-dev" + - "3.5" + - "3.6" - "pypy" - "pypy3.5" - "nightly" @@ -14,5 +15,5 @@ install: - pip install .[test] script: - - python -m testtools.run discover + - python -m testtools.run discover - rst2html.py --strict README.rst README.html |