Skip to content

Commit

Permalink
Merge pull request pycassa#173 from hannosch/travis-ci
Browse files Browse the repository at this point in the history
Travis-ci CI setup
  • Loading branch information
thobbs committed Oct 17, 2012
2 parents 7e63cd6 + 50b9284 commit efe0dd9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"

notifications:
email:
- hanno@hannosch.eu

before_install:
- sudo service cassandra start
- sleep 3
- sudo service cassandra status

install:
- python setup.py develop

script:
- nosetests -v

0 comments on commit efe0dd9

Please sign in to comment.