changeset 346:979343fe59e0

Install pydub and matplotlib Remove tests for python 3.2 and 3.3
author Amine SEHILI <amsehili@users.noreply.github.com>
date Sun, 10 Nov 2019 21:16:16 +0100
parents 5732edbfae30
children 5382bcab7acb
files .travis.yml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.travis.yml	Mon Nov 11 09:38:47 2019 +0100
+++ b/.travis.yml	Sun Nov 10 21:16:16 2019 +0100
@@ -3,10 +3,10 @@
 install:
   - pip install numpy
   - pip install genty
+  - pip install pydub
+  - pip install matplotlib
 language: python
 python:
-  - "3.2"
-  - "3.3"
   - "3.4"
   - "3.5"
   - "3.6"