Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kroman0 committed Jan 18, 2016
1 parent 2eed3e4 commit bf648a2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: python
sudo: false
python:
- "2.7"
services:
- couchdb
cache:
directories:
- eggs
before_install:
- pip install setuptools==7.0
- python2 bootstrap.py
install:
- bin/buildout -N
script:
- bin/nosetests
after_success:
- bin/coveralls

0 comments on commit bf648a2

Please sign in to comment.