mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
streamlined travis process and dependencies
This commit is contained in:
parent
078d018395
commit
2eeb6b5648
@ -15,11 +15,10 @@ 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:
|
before_script:
|
||||||
- rethinkdb --daemon
|
|
||||||
- flake8 --max-line-length 119 bigchaindb/
|
- flake8 --max-line-length 119 bigchaindb/
|
||||||
|
- rethinkdb --daemon
|
||||||
|
|
||||||
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