]> git.parisson.com Git - telemeta.git/commitdiff
cleanup setup for travis
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 20 Mar 2014 08:47:11 +0000 (09:47 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 20 Mar 2014 08:47:11 +0000 (09:47 +0100)
.travis.yml

index ffd85787983c5d9671e08b12500617815fb2ae8b..ad44f3aa18679b9744596884297e0e4faa2b416d 100644 (file)
@@ -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"