mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
parent
dc1d23f7d0
commit
fdf3786a3b
@ -15,8 +15,11 @@ install:
|
|||||||
- sudo apt-get install rethinkdb
|
- sudo apt-get install rethinkdb
|
||||||
- pip install -e .[test]
|
- pip install -e .[test]
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
- pip install flake8
|
||||||
|
|
||||||
before_script: rethinkdb --daemon
|
before_script:
|
||||||
|
- rethinkdb --daemon
|
||||||
|
- flake8 .
|
||||||
|
|
||||||
script: py.test -n auto -s -v --cov=bigchaindb
|
script: py.test -n auto -s -v --cov=bigchaindb
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user