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