File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Official python library for GetZiptastic.com
33
44[ ![ Documentation Status] ( https://readthedocs.org/projects/ziptastic-python/badge/?version=latest )] ( http://ziptastic-python.readthedocs.org/en/latest/?badge=latest )
5- [ ![ Build Status] ( https://travis-ci.org/Ziptastic/ziptastic-python.svg?branch=master )] ( https://travis-ci.org/Ziptastic/ziptastic-python )
5+ [ ![ CircleCI Status] ( https://circleci.com/gh/ziptastic/ziptastic-python.png )]
6+ [ ![ Travis Status] ( https://travis-ci.org/Ziptastic/ziptastic-python.svg?branch=master )] ( https://travis-ci.org/Ziptastic/ziptastic-python )
67[ ![ Coverage Status] ( https://codecov.io/gh/ziptastic/ziptastic-python/branch/master/graph/badge.svg )] ( https://codecov.io/gh/ziptastic/ziptastic-python/branch/master )
78
89## Installation
Original file line number Diff line number Diff line change 1+ dependencies :
2+ override :
3+ - pip install --upgrade pip codecov
4+ - pip install -r requirements.txt
5+ # latest as of Nov. 7, 2016: 2.7.12, 3.4.5, 3.5.2
6+ - pyenv local 2.7.12 3.4.4 3.5.2
7+
8+ test :
9+ override :
10+ - nosetests --with-coverage --cover-package=ziptastic
11+ post :
12+ - codecov
You can’t perform that action at this time.
0 commit comments