]> git.parisson.com Git - deefuzzer.git/commitdiff
Add deps for travis
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 23 May 2014 14:45:46 +0000 (16:45 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 23 May 2014 14:45:46 +0000 (16:45 +0200)
.travis.yml
requirements.txt

index 4bc018bdf88137a0fe81460c6e109a4ebb542021..74baa6d0b5d7b647a904916f4a0780f275fb9bf1 100644 (file)
@@ -1,10 +1,13 @@
 language: python
 python:
-  - "2.6"
   - "2.7"
-# command to install dependencies
-install: 
- - "pip install -r requirements.txt --use-mirrors"
+virtualenv:
+  system_site_packages: true
+
+# command to prepare the system to install prerequisites or dependencies
+before_install:
+ - sudo apt-get install python-setuptools
+ - sudo apt-get install -qq python-liblo python-mutagen python-pycurl
 
 # command to run tests
 script:
index 49fe098d9e6bccd89482b34510da60ab28556880..897fb90ec90c03ac51b9f09cb4a0c340e2973285 100644 (file)
@@ -1 +1,2 @@
 setuptools
+-e .
\ No newline at end of file