travis: fix 3.5 test bug in attrs

Using specific version (pre 20) should fix the issue https://github.com/ARMmbed/mbed-os/issues/14110
pull/14108/head
Martin Kojtal 2021-01-04 15:14:57 +00:00
parent e96b0977cc
commit 334e62ed53
1 changed files with 1 additions and 0 deletions

View File

@ -229,6 +229,7 @@ matrix:
- |-
tr -d ' ' >> requirements.txt <<< "
mock==2.0.0
attrs==19.1.0
pytest==3.3.0
pylint>=1.9,<2
hypothesis>=3,<4