Skip to content

Commit be9f9f7

Browse files
committed
travis: set hypothesis to 3.88 version
Update to v4.x breaks tools, will need to be addressed separately.
1 parent 28d5477 commit be9f9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ matrix:
107107
# Install dependencies
108108
- sudo apt-get install gcc-arm-embedded
109109
- pip install -r requirements.txt
110-
- pip install pytest pylint hypothesis mock coverage coveralls
110+
- pip install pytest pylint hypothesis==3.88.3 mock coverage coveralls
111111
# Print versions we use
112112

113113
- arm-none-eabi-gcc --version

0 commit comments

Comments
 (0)