From: Guillaume Pellerin Date: Thu, 20 Mar 2014 08:47:11 +0000 (+0100) Subject: cleanup setup for travis X-Git-Tag: 1.4.6^2~22 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d3084c599846990e9abf7136ec0f377666e06cc0;p=telemeta.git cleanup setup for travis --- 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"