File tree Expand file tree Collapse file tree 4 files changed +24
-13
lines changed Expand file tree Collapse file tree 4 files changed +24
-13
lines changed Original file line number Diff line number Diff line change @@ -86,3 +86,4 @@ ipython_config.py
8686Pipfile.lock
8787.pyre /
8888Tokens
89+ rh.bat
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ enable_conda: false
1212
1313additional_ignore :
1414 - Tokens
15+ - rh.bat
1516
1617console_scripts :
1718 - " repo_helper = repo_helper.__main__:main"
@@ -43,6 +44,11 @@ classifiers:
4344 - ' Intended Audience :: Developers'
4445 - ' Topic :: Software Development :: Libraries :: Python Modules'
4546 - ' Topic :: Utilities'
47+ - ' Topic :: Software Development :: Build Tools'
48+ - ' Topic :: Software Development :: Version Control :: Git'
49+ - ' Topic :: System :: Archiving :: Packaging'
50+ - ' Topic :: System :: Software Distribution' #
51+ - ' Environment :: Console'
4652
4753extra_sphinx_extensions :
4854 - configconfig.autoconfig
Original file line number Diff line number Diff line change @@ -33,7 +33,11 @@ classifiers =
3333 Programming Language :: Python :: 3.9
3434 Programming Language :: Python :: Implementation :: CPython
3535 Programming Language :: Python :: Implementation :: PyPy
36+ Topic :: Software Development :: Build Tools
3637 Topic :: Software Development :: Libraries :: Python Modules
38+ Topic :: Software Development :: Version Control :: Git
39+ Topic :: System :: Archiving :: Packaging
40+ Topic :: System :: Software Distribution
3741 Topic :: Utilities
3842 Typing :: Typed
3943
Original file line number Diff line number Diff line change @@ -65,19 +65,6 @@ deps =
6565 -r{toxinidir}/doc-source/requirements.txt
6666commands = sphinx-build -M html . ./build {posargs}
6767
68- [testenv:smoke]
69- setenv =
70- PIP_USE_FEATURE = 2020-resolver
71- PYTHONDEVMODE = 1
72- passenv =
73- GITHUB_ACTIONS
74- deps =
75- twine>=3.2.0
76- check-wheel-contents>=0.1.0
77- commands =
78- python --version
79- python smoke_test.py
80-
8168[testenv:build]
8269skip_install = True
8370changedir = {toxinidir}
@@ -195,3 +182,16 @@ package = repo_helper
195182[pytest]
196183addopts = --color yes --durations 25
197184timeout = 300
185+
186+ [testenv:smoke]
187+ setenv =
188+ PIP_USE_FEATURE = 2020-resolver
189+ PYTHONDEVMODE = 1
190+ passenv =
191+ GITHUB_ACTIONS
192+ deps =
193+ twine>=3.2.0
194+ check-wheel-contents>=0.1.0
195+ commands =
196+ python --version
197+ python smoke_test.py
You can’t perform that action at this time.
0 commit comments