changeset 364:e825021588c4

Freeze matplotlib version for tests
author Amine Sehili <amine.sehili@gmail.com>
date Fri, 01 Jan 2021 21:12:50 +0100
parents f19dddc35621
children a378e2e5a867
files .pre-commit-config.yaml .travis.yml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.pre-commit-config.yaml	Sun Apr 05 16:52:13 2020 +0200
+++ b/.pre-commit-config.yaml	Fri Jan 01 21:12:50 2021 +0100
@@ -3,7 +3,7 @@
     rev: stable
     hooks:
     - id: black
-      language_version: python3.6
+      language_version: python3.7
 -   repo: https://github.com/pre-commit/pre-commit-hooks
     rev: v2.4.0
     hooks:
--- a/.travis.yml	Sun Apr 05 16:52:13 2020 +0200
+++ b/.travis.yml	Fri Jan 01 21:12:50 2021 +0100
@@ -4,7 +4,7 @@
   - pip install numpy
   - pip install genty
   - pip install pydub
-  - pip install matplotlib
+  - pip install matplotlib==3.2.2
 language: python
 python:
   - "3.4"