added Python 3.6 per issue #1331

This commit is contained in:
morrme 2017-03-27 05:13:29 -05:00 committed by Sylvain Bellemare
parent c6de90fa79
commit ead832a130
1 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,8 @@ cache: pip
python:
- 3.4
- 3.5
- 3.6
env:
- TOXENV=flake8
- TOXENV=docsroot
@ -30,6 +31,12 @@ matrix:
env: BIGCHAINDB_DATABASE_BACKEND=rethinkdb
- python: 3.5
env: BIGCHAINDB_DATABASE_BACKEND=mongodb
- python: 3.6
addons:
rethinkdb: '2.3.5'
env: BIGCHAINDB_DATABASE_BACKEND=rethinkdb
- python: 3.6
env: BIGCHAINDB_DATABASE_BACKEND=mongodb
before_install: sudo .ci/travis-before-install.sh