From e73a622b888ad3419167e52bde2a03d8f3291d25 Mon Sep 17 00:00:00 2001 From: Ahmed Bodiwala Date: Sun, 20 Apr 2014 13:48:18 +0000 Subject: [PATCH] Add Stratum --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cae1386..5bd37bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,9 @@ python: # command to install dependencies install: - "pip install -r requirements.txt" +before_script: + - "git clone https://github.com/ahmedbodi/stratum" + - cd stratum + - python setup.py install # command to run tests script: nosetests