Skip to content

Commit

Permalink
adding travis support
Browse files Browse the repository at this point in the history
  • Loading branch information
gcmalloc committed Oct 15, 2012
1 parent 6d9c22c commit aeeb29a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
@@ -0,0 +1,7 @@
language: python
#specify the python version
python:
- "2.6"
- "2.7"
# command to run tests
script: nosetests tests

0 comments on commit aeeb29a

Please sign in to comment.