Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 5018a9e

Browse files
author
Jon Heaton
committed
Merge branch 'travis-ci' of github.com:cmlh/python-instagram into cmlh-travis-ci
2 parents 2b40f2a + 4e9373c commit 5018a9e

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build Status](https://travis-ci.org/cmlh/python-instagram.svg)](https://travis-ci.org/cmlh/python-instagram)
2+
13
python-instagram
24
======
35
A Python client for the Instagram REST and Search APIs

requirements.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bottle==0.12.7
2+
bottle-session==0.3
3+
httplib2==0.9
4+
python-instagram==1.1.3
5+
redis==2.10.3
6+
simplejson==3.6.3
7+
wsgiref==0.1.2

travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
# command to install dependencies
5+
install: "pip install -r requirements.txt"
6+
# command to run tests
7+
script: tests.py

0 commit comments

Comments
 (0)