streamlined travis process and dependencies

This commit is contained in:
Christian Gärtner 2016-10-28 21:05:27 +02:00 committed by Sylvain Bellemare
parent 078d018395
commit 2eeb6b5648
2 changed files with 2 additions and 3 deletions

View File

@ -15,11 +15,10 @@ install:
- sudo apt-get install rethinkdb
- pip install -e .[test]
- pip install codecov
- pip install flake8
before_script:
- rethinkdb --daemon
- flake8 --max-line-length 119 bigchaindb/
- rethinkdb --daemon
script: py.test -n auto -s -v --cov=bigchaindb

View File

@ -31,7 +31,7 @@ check_setuptools_features()
tests_require = [
'coverage',
'pep8',
'pyflakes',
'flake8',
'pylint',
'pytest',
'pytest-cov==2.2.1',