Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Added Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Aug 19, 2014
1 parent 584b560 commit 6e73da9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
@@ -0,0 +1,18 @@
language: python

python:
- "2.6"

services:
- elasticsearch

before_install:
- wget https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.2.4.deb && sudo dpkg -i elasticsearch-1.2.4.deb && sudo service elasticsearch restart

install:
- pip install -r requirements/prod.txt
- pip install -r requirements/test.txt
- pip install .

script:
- nosetests -s -d -v monolith

0 comments on commit 6e73da9

Please sign in to comment.