Skip to content

Commit

Permalink
First shot at using TravisCI for continuous integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bengt committed Oct 23, 2013
1 parent 5bd3011 commit 22d96f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.1"
- "3.2"
- "3.3"
script:
- python setup.py build_ext --inplace
- python setup.py test

0 comments on commit 22d96f4

Please sign in to comment.