Skip to content

Commit

Permalink
Add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bubanoid committed Mar 21, 2017
1 parent 53a21f4 commit 608f6de
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
language: python
sudo: required
before_script:
- sudo add-apt-repository ppa:chris-lea/libsodium -y
- sudo apt-get -qq update
- sudo apt-get install libsodium13 -y
python:
- "2.7"
services:
- couchdb
env:
- TZ=Europe/Kiev
cache:
directories:
- eggs
before_install:
- pip install setuptools==7.0
- python2 bootstrap.py
install:
- bin/buildout -N
script:
- bin/nosetests
after_success:
- bin/coveralls
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/edcf679b84798fe099ad
on_success: always
on_failure: always
on_start: false

0 comments on commit 608f6de

Please sign in to comment.