Skip to content

Commit a3ea60b

Browse files
committed
Adding Travis CI to run tests.
1 parent 800bea0 commit a3ea60b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
install: "pip install -r requirements.txt"
5+
script: py.test

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
httplib2==0.9.1
2+
mock==1.3.0
3+
pep8==1.6.2
4+
pytest==2.7.2

0 commit comments

Comments
 (0)