Skip to content

Commit f01f9c2

Browse files
committed
Moderninze the pyproj.toml
1 parent b3c68fe commit f01f9c2

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
@@ -7,7 +7,7 @@ sudo: false
77
cache: pip
88

99
before_install:
10-
- pip install --upgrade flit
10+
- pip install --upgrade pip flit
1111

1212
.mixtures:
1313
- &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+
test = ["pytest"]

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy