summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
blob: b0a80c33ac77ad17146833972139fd4894a674bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
discover==0.4.0 # support for python 2.6
unittest2==1.1.0 # support for python 2.6
flake8==2.6.2; python_version < '2.7'
flake8==3.2.1; python_version >= '2.7'
coverage==3.7.1
python-coveralls==2.9.0
radon==1.4.2
mock==2.0.0
pytest==3.0.4
pylint<1.4; python_version < '2.7'
astroid<=1.3.2; python_version < '2.7' # astroid is a pylint dependency
pylint==1.6.4; python_version >= '2.7'
-e .