Update bigchaindb server in travis build to master

This commit is contained in:
Sylvain Bellemare 2016-12-08 12:15:45 +01:00 committed by Sylvain Bellemare
parent 4c75d9e329
commit e4ecb4b93d
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ pip install --upgrade tox
if [ "${TOXENV}" == "py35" ]; then
sudo apt-get install rethinkdb
pip install bigchaindb~=0.8
pip install git+https://github.com/bigchaindb/bigchaindb.git
pip install --upgrade codecov
fi