travis: set hypothesis to 3.88 version

Update to v4.x breaks tools, will need to be addressed separately.
pull/9371/head
Martin Kojtal 2019-01-14 15:42:22 +00:00
parent 28d5477e50
commit be9f9f7610
1 changed files with 1 additions and 1 deletions

View File

@ -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