# HG changeset patch # User Amine Sehili # Date 1609531970 -3600 # Node ID e825021588c4d6b1b9edacdd0c8c2d3248485863 # Parent f19dddc356219d54458268f40b2a62e521a6bac7 Freeze matplotlib version for tests diff -r f19dddc35621 -r e825021588c4 .pre-commit-config.yaml --- 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: diff -r f19dddc35621 -r e825021588c4 .travis.yml --- 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"