Skip to content

Commit

Permalink
Simple attempt at a travis-ci setup
Browse files Browse the repository at this point in the history
  • Loading branch information
thekad committed Nov 24, 2014
1 parent e1aaae8 commit 9a382fb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# -*- mode:python; sh-basic-offset:2; indent-tabs-mode:nil; coding:utf-8 -*-
# vim:set tabstop=2 softtabstop=2 expandtab shiftwidth=2 fileencoding=utf-8:
language: python
services:
- memcached
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
install: "python setup.py install"
script: "python test.py"

0 comments on commit 9a382fb

Please sign in to comment.