Skip to content

Commit 96a12b6

Browse files
committedNov 30, 2020
chore(release): 1.0.2
1 parent d1b742d commit 96a12b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "decoy"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Opinionated, typed stubbing and verification library for Python"
55
authors = ["Mike Cousins <mike@cousins.io>"]
66
license = "MIT"
@@ -34,9 +34,9 @@ pytest = "^6.1.2"
3434
pytest-asyncio = "^0.14.0"
3535
pytest-xdist = "^2.1.0"
3636

37+
[tool.pytest.ini_options]
38+
addopts = "--color=yes"
3739
[build-system]
3840
requires = ["poetry>=0.12"]
3941
build-backend = "poetry.masonry.api"
4042

41-
[tool.pytest.ini_options]
42-
addopts = "--color=yes"

0 commit comments

Comments
 (0)