cookiecutter-django/requirements.txt
Bruno Alla a245651f66 Increase test parallelism
- Split out tests and add markers to control where they are run in Travis
- Run each marker on a separate Travis task
- Install pytest-xdist to increase parallelism inside each worker
- Set xdist parallelism to 3
2019-05-15 12:37:17 +01:00

18 lines
369 B
Plaintext

cookiecutter==1.6.0
sh==1.12.14
binaryornot==0.4.4
# Code quality
# ------------------------------------------------------------------------------
black==19.3b0
flake8==3.7.6
# Testing
# ------------------------------------------------------------------------------
tox==3.10.0
pytest==4.5.0
pytest_cases==1.6.2
pytest-cookies==0.3.0
pytest-xdist==1.28.0
pyyaml==5.1