Travis-CI

This commit is contained in:
Johann Bauer 2016-11-06 18:24:08 +01:00
parent f6f674577f
commit 74922a2e3d
2 changed files with 22 additions and 0 deletions

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
sudo: required
dist: trusty
language: python
before_install:
- sudo add-apt-repository -y ppa:giskou/librocksdb
- sudo apt-get -qq update
- sudo apt-get install -yq libleveldb-dev librocksdb libsnappy-dev zlib1g-dev libbz2-dev libgflags-dev
python:
- "3.5"
- "3.6-dev"
- "nightly"
# command to install dependencies
install:
- pip install aiohttp
- pip install lmdb
- pip install plyvel
- pip install pyrocksdb
# command to run tests
script: pytest

View File

@ -1,3 +1,6 @@
.. image:: https://travis-ci.org/kyuupichan/electrumx.svg?branch=master
:target: https://travis-ci.org/kyuupichan/electrumx
ElectrumX - Reimplementation of Electrum-server
===============================================
::