Skip to content

Commit

Permalink
Travis: add initial configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Feb 19, 2013
1 parent 56be62d commit ef43205
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
matrix:
allow_failures:
- python: 2.6
- python: 3.2
- python: 3.3
script:
- nosetests
notifications:
email: false

0 comments on commit ef43205

Please sign in to comment.