Test with nightly python builds

This commit is contained in:
Takeshi KOMIYA 2016-09-15 23:00:15 +09:00
parent dd3f12a7fc
commit f9186c9b89

View File

@ -7,11 +7,12 @@ python:
- "2.7" - "2.7"
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.5-dev" - "nightly"
- "pypy" - "pypy"
env: env:
global: global:
- TEST='-v --with-timer --timer-top-n 25' - TEST='-v --with-timer --timer-top-n 25'
- PYTHONFAULTHANDLER=x
matrix: matrix:
- DOCUTILS=0.11 - DOCUTILS=0.11
- DOCUTILS=0.12 - DOCUTILS=0.12