Skip to content

Commit a57dcde

Browse files
authored
Merge pull request #50 from nicoddemus/release-0.9.0
2 parents 597401a + e987eff commit a57dcde

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ deploy:
5757
on:
5858
tags: true
5959
repo: pytest-dev/pytest-repeat
60-
python: 3.5
61-
condition: "$TOXENV = pytest38"
60+
python: 3.8
61+
condition: "$TOXENV = py38-pytest6"

CHANGES.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Release Notes
22
-------------
33

4-
**0.9.0 (UNRELEASED)**
4+
**0.9.1 (2020-10-31)**
55

66
* Using ``@pytest.mark.repeat(1)`` can now be used to disable repeating a test regardless of the ``--count`` parameter given in the command-line.
77

88
* Python 3.4 is no longer officially supported.
99

10+
**0.9.0 (-)**
11+
12+
* Not released do PyPI due to a deploy problem.
13+
1014
**0.8.0 (2019-02-26)**
1115

1216
* Fix mark deprecation warnings in new pytest versions.

0 commit comments

Comments
 (0)