mirror of https://github.com/ARMmbed/mbed-os.git
travis: fix 3.5 test bug in attrs
Using specific version (pre 20) should fix the issue https://github.com/ARMmbed/mbed-os/issues/14110pull/14108/head
parent
e96b0977cc
commit
334e62ed53
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue