8000 Add Travis CI support · stomatocode/twilio-python@87c8666 · GitHub
[go: up one dir, main page]

Skip to content

Commit 87c8666

Browse files
committed
Add Travis CI support
1 parent 786a531 commit 87c8666

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "2.5"
4+
- "2.6"
5+
- "2.7"
6+
install:
7+
- pip install . --use-mirrors
8+
- pip install -r requirements.txt --use-mirrors
9+
script: nosetests

0 commit comments

Comments
 (0)
0