------------------
- Add optional support for retrying a failed test.
Set environment variable ``ROBOTSUITE_RETRY_COUNT=X``.
Or override this by passing ``retry_count=X`` to a ``RobotTestSuite`` call.
Default is zero: no retries. The retry count *excludes* the original try.
[maurits]
- Add support for Robot Framework 3.2b1
[datakurre]
- Drop robotframework-python3 requirement,
robotframework itself is already python 3 compatible.
[gforcada]