Skip to content

Commit

Permalink
ci(travis): add travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
swr1bm86 committed Feb 23, 2020
1 parent 0c8948d commit d7b6b3c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
os:
- linux

language: python
cache: pip

python:
- '2.7.13'
- '3.6.1'

install:
pip install -r requirements.txt

script:
python setup.py test
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# pymarketstore
Python driver for MarketStore

Build Status: ![build status](https://circleci.com/gh/alpacahq/pymarketstore/tree/master.png?971fa5b1079e8af0568db6caf772132c54f04dc2)
Build Status:
![circleci.com](https://circleci.com/gh/alpacahq/pymarketstore/tree/master.png?971fa5b1079e8af0568db6caf772132c54f04dc2)
[![travis-ci.org](https://travis-ci.org/alpacahq/pymarketstore.svg)](https://travis-ci.org/alpacahq/pymarketstore)

Pymarketstore can query and write financial timeseries data from [MarketStore](https://github.com/alpacahq/marketstore)

Expand Down

0 comments on commit d7b6b3c

Please sign in to comment.