diff --git a/.travis.yml b/.travis.yml index bfb575c0..c78a3ff9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,5 +57,5 @@ deploy: on: tags: true repo: pytest-dev/pytest-repeat - python: 3.5 - condition: "$TOXENV = pytest38" + python: 3.8 + condition: "$TOXENV = py38-pytest6" diff --git a/CHANGES.rst b/CHANGES.rst index b8fa0bf9..2b8be4a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,12 +1,16 @@ Release Notes ------------- -**0.9.0 (UNRELEASED)** +**0.9.1 (2020-10-31)** * Using ``@pytest.mark.repeat(1)`` can now be used to disable repeating a test regardless of the ``--count`` parameter given in the command-line. * Python 3.4 is no longer officially supported. +**0.9.0 (-)** + +* Not released do PyPI due to a deploy problem. + **0.8.0 (2019-02-26)** * Fix mark deprecation warnings in new pytest versions.