+3
−0
dev-requirements.txt
0 → 100644
+12
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
# Pin coverage to 4.2 for now, were experiencing
|
||
# random crashes with 4.4.2
|
||
coverage == 4.4.0
|
||
pep8
|
||
pytest >= 3.1.0
|
||
pytest-cov >= 2.5.0
|
||
pytest-datafiles
|
||
pytest-env
|
||
pytest-pep8
|
||
pytest-pylint
|
||
# Provide option to run tests in parallel, less reliable
|
||
pytest-xdist |
+11
−13
Loading