Skip to content

Commit 5593fec

Browse files
committed
Reorder Python versions in repo_helper.yml
1 parent db4fefa commit 5593fec

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

repo_helper.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
---
22
modname: domdf_python_tools
3+
copyright_years: "2019-2020"
4+
author: "Dominic Davis-Foster"
5+
6+
version: "1.9.0"
7+
username: "domdfcoding"
8+
license: 'LGPLv3+'
9+
short_desc: 'Helpful functions for Python 🐍 🛠️'
10+
311
conda_channels:
412
- domdfcoding
513
- conda-forge
@@ -10,20 +18,9 @@ python_versions:
1018
- 3.6
1119
- 3.7
1220
- 3.8
13-
- pypy3
1421
- 3.9
1522
- 3.10-dev
16-
17-
# directory that contains tests
18-
tests_dir: "tests"
19-
20-
copyright_years: "2019-2020"
21-
author: "Dominic Davis-Foster"
22-
23-
version: "1.9.0"
24-
username: "domdfcoding"
25-
license: 'LGPLv3+'
26-
short_desc: 'Helpful functions for Python 🐍 🛠️'
23+
- pypy3
2724

2825
classifiers:
2926
- 'Development Status :: 4 - Beta'

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
# * pytest
1616

1717
[tox]
18-
envlist = py36, py37, py38, pypy3, py39, py310-dev, mypy, build
18+
envlist = py36, py37, py38, py39, py310-dev, pypy3, mypy, build
1919
skip_missing_interpreters = True
2020
requires =
2121
pip>=20.3.3
2222
tox-envlist>=0.1.0
2323
isolated_build = True
2424

2525
[envlists]
26-
test = py36, py37, py38, pypy3, py39, py310-dev
26+
test = py36, py37, py38, py39, py310-dev, pypy3
2727
qa = mypy, lint
2828
cov = py36, coverage
2929

@@ -32,9 +32,9 @@ python =
3232
3.6: py36, build
3333
3.7: py37, build
3434
3.8: py38, build
35-
pypy3: pypy3, build
3635
3.9: py39, build
3736
3.10.0-alpha.3: py310-dev, build
37+
pypy-3.6: pypy3, build
3838

3939
[testenv:docs]
4040
setenv = SHOW_TODOS = 1

0 commit comments

Comments
 (0)