Skip to content

Commit

Permalink
Added RethinkDB install to Travis-CI
Browse files Browse the repository at this point in the history
  • Loading branch information
linkyndy committed Dec 26, 2013
1 parent 2be2c04 commit 7643360
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
language: python
services:
- rethinkdb
before_install:
- sudo add-apt-repository ppa:rethinkdb/ppa
- sudo apt-get update
- sudo apt-get install rethinkdb
install:
- pip install .
before_script:
- rethinkdb --daemon
script:
- nosetests tests

0 comments on commit 7643360

Please sign in to comment.