8000 Moderninze the pyproj.toml (#316) · python/core-workflow@a48e378 · GitHub
[go: up one dir, main page]

Skip to content

Commit a48e378

Browse files
authored
Moderninze the p 8000 yproj.toml (#316)
1 parent 04b6587 commit a48e378

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cache: pip
1111

1212
before_install:
1313
- &install-flit >-
14-
pip install --upgrade flit
14+
pip install --upgrade pip flit
1515

1616
.mixtures:
1717
- &run-if-tagged

cherry_picker/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ maintainer = "Python Core Developers"
1010
maintainer-email = "core-workflow@python.org"
1111
home-page = "https://github.com/python/core-workflow/tree/master/cherry_picker"
1212
requires = ["click>=6.0", "gidgethub", "requests", "toml"]
13-
dev-requires = ["pytest~=3.0.7"]
1413
description-file = "readme.rst"
1514
classifiers = ["Programming Language :: Python :: 3.6", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License"]
1615
requires-python = ">=3.6"
1716

1817

1918
[tool.flit.scripts]
2019
cherry_picker = "cherry_picker.cherry_picker:cherry_pick_cli"
20+
21+
[tool.flit.metadata.requires-extra]
22+
dev = ["pytest"]

0 commit comments

Comments
 (0)
0