Skip to content

Commit e676225

Browse files
committed
Bump coverage requirement for py38 support
1 parent 0f5c6ce commit e676225

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ nose==1.2.1
22
py==1.4.12
33
tox==1.4.2
44
wheel==0.24.0
5-
coverage==3.7.1
5+
coverage==5.0.3 ; python_version == '3.8'
6+
coverage==3.7.1 ; python_version != '3.8'
67
hypothesis==3.1.0

0 commit comments

Comments
 (0)