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

Commit a43b176

Browse files
committed
Merge branch 'travis-ci' of github.com:yssk22/python-instagram into yssk22-travis-ci
2 parents 3adbb5d + d58f452 commit a43b176

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
install:
6+
- "pip install ."
7+
script: "python tests.py"
8+

0 commit comments

Comments
 (0)