]> git.parisson.com Git - deefuzzer.git/commitdiff
[travis] add matrix
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 30 Dec 2019 02:49:21 +0000 (03:49 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 30 Dec 2019 02:49:21 +0000 (03:49 +0100)
.travis.yml

index 4a110f445796d2ce5716959c11c2c9cb2791f12d..714e171b38322386bf1d188d2ccab83792439b7a 100644 (file)
@@ -1,13 +1,18 @@
 language: python
-python:
-  - "3.6"
+
+matrix:
+  include:
+    - python: 3.7
+      os: linux
+      compiler: gcc
+
 virtualenv:
   system_site_packages: true
 
 # command to prepare the system to install prerequisites or dependencies
 before_install:
  - sudo apt-get install -qq python-setuptools
- - sudo apt-get install -qq python-pip python-dev libshout3-dev python-liblo python-mutagen python-pycurl liblo-dev libshout3-dev librtmp-dev python-yaml libcurl4-openssl-dev python-mutagen
+ - sudo apt-get install -qq python-pip python-dev libshout3-dev python-liblo python-mutagen python-pycurl liblo-dev libshout3-dev librtmp-dev python-yaml libcurl4-openssl-dev python-mutagen libmariadbclient-dev
 
 # command to run tests
 script: