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

Commit 6637220

Browse files
committed
Feature - Travis CI
1 parent 21ba5cb commit 6637220

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

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)