tox.ini: use pytest-randomly to randomize test execution

https://github.com/pytest-dev/pytest-randomly
This commit is contained in:
Cosimo Lupo 2019-06-11 13:22:20 +01:00
parent 9af92fdb41
commit ab9472d3ab
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -6,6 +6,7 @@ envlist = py{27,37}-cov, htmlcov
deps =
cov: coverage>=4.3
pytest
pytest-randomly
-rrequirements.txt
extras =
ufo