mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
added Python 3.6 per issue #1331
This commit is contained in:
parent
c6de90fa79
commit
ead832a130
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user