
[test]
nose
pytest-cov

[test:python_version!="3.3"]
pytest>=3.2

[test:python_version=="2.7"]
mock

[test:python_version=="3.3"]
pytest==3.2.*
