summaryrefslogtreecommitdiff
path: root/requirements.txt
blob: bf3b8f421a8766608fceb7b5864a285132fd7919 (plain)
1
2
3
4
# note that this is currently only used for travis-ci
coverage>=3.3; python_version < '3.2'
coverage>=3.3; python_version > '3.2'
coverage>=3.3,<4.0; python_version == '3.2'