Skip to content

Commit acc6794

Browse files
committed
Add Travis CI configuration
1 parent afb9933 commit acc6794

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.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+
- "3.2"
6+
- "3.3"
7+
- "pypy"
8+
script: python -m coderwall cwc

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ coderwall
44

55
A Python module for accessing user data at http://coderwall.com
66

7+
.. image:: https://api.travis-ci.org/cwc/coderwall-python.png
8+
79
Installation
810
------------
911

0 commit comments

Comments
 (0)