Merge pull request #9371 from 0xc0170/test_travis_master

travis: set hypothesis to v3.88
pull/9374/head
Cruz Monrreal 2019-01-14 10:50:42 -06:00 committed by GitHub
commit 41ecde9c30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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