Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
add travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
kilink committed Nov 18, 2012
1 parent 6ad8e23 commit 99d3f9c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: python
python:
- 2.6
- 2.7
- 3.2
install:
- python$TRAVIS_PYTHON_VERSION bootstrap-py3k.py -d
- bin/buildout
script:
- ./bin/test

0 comments on commit 99d3f9c

Please sign in to comment.