From 5e0a2d991f1a7882af3eda1ec172ebfa35d0db23 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 14 Jan 2019 15:42:22 +0000 Subject: [PATCH] travis: set hypothesis to 3.88 version Update to v4.x breaks tools, will need to be addressed separately. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08d3f3fc1c..2b37e5503b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,7 +107,7 @@ matrix: # Install dependencies - sudo apt-get install gcc-arm-embedded - pip install -r requirements.txt - - pip install pytest pylint hypothesis mock coverage coveralls + - pip install pytest pylint hypothesis==3.88.3 mock coverage coveralls # Print versions we use - arm-none-eabi-gcc --version