mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Merge branch 'master' into update-readme-install-instructions
This commit is contained in:
commit
4ae82d6cce
17
.travis.yml
17
.travis.yml
@ -1,15 +1,14 @@
|
||||
sudo: false
|
||||
sudo: required
|
||||
language: python
|
||||
python: 3.5
|
||||
|
||||
env:
|
||||
- TOX_ENV=py34
|
||||
- TOX_ENV=py35
|
||||
services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
before_install:
|
||||
- pip install codecov
|
||||
- docker-compose build
|
||||
|
||||
script: tox -e $TOX_ENV
|
||||
script: docker-compose run --rm bigchain py.test -v --cov=bigchaindb
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
after_success: codecov
|
||||
|
@ -1,13 +1,12 @@
|
||||
FROM python:3.5
|
||||
|
||||
RUN apt-get update && apt-get -y install vim
|
||||
RUN apt-get update
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN pip install --upgrade pip
|
||||
RUN pip install --no-cache-dir pytest pytest-cov
|
||||
RUN pip install --no-cache-dir ipython ipdb
|
||||
|
||||
COPY . /usr/src/app/
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
# BigchainDB
|
||||
[
|
||||
](https://codeship.com/projects/115150) [](https://codecov.io/github/ascribe/bigchain?branch=master)
|
||||
|
||||
[](https://travis-ci.org/bigchaindb/bigchaindb)
|
||||
|
||||
## Documentation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user