From db6247988a5699bedb393973245fc1d16139461e Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 21 Oct 2014 01:16:56 +0300 Subject: [PATCH] update travis --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index eba1260d..b29e2c89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,12 @@ language: python python: - "2.7" - "pypy" + # command to install dependencies # install: # - pip install # - pip install -r requirements.txt + # command to run tests script: nosetests