From: Guillaume Pellerin Date: Mon, 30 Dec 2019 02:49:21 +0000 (+0100) Subject: [travis] add matrix X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c491791e711ab78177828d8a33f1f57dc60c0984;p=deefuzzer.git [travis] add matrix --- diff --git a/.travis.yml b/.travis.yml index 4a110f4..714e171 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: