From d3084c599846990e9abf7136ec0f377666e06cc0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 20 Mar 2014 09:47:11 +0100 Subject: [PATCH] cleanup setup for travis --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ffd85787..ad44f3aa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,6 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -qq python-h5py -# command to install dependencies -install: - - "pip install -r requirements.txt" - # command to run tests script: - "python setup.py install" -- 2.39.5