Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
lambacck committed May 10, 2015
1 parent e22834c commit 4b178ff
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: python

python:
- 2.6
- 2.7
- pypy

install: python setup.py install

script: python setup.py test

0 comments on commit 4b178ff

Please sign in to comment.