Skip to content

Commit eb7079b

Browse files
committed
Merge branch 'feature/ci-tools-reconfig' into develop
Reconfigure and consolidate ci tools in pyproject.toml
2 parents 5cade2e + 91165bc commit eb7079b

20 files changed

+107
-534
lines changed

.coveragerc

Lines changed: 0 additions & 15 deletions
This file was deleted.

.readthedocs.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

MANIFEST.in

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,26 @@ graft src
33
graft ci
44
graft tests
55

6+
include AUTHORS.rst
67
include .bumpversion.cfg
7-
include .coveragerc
8+
include CHANGELOG.rst
9+
include codecov.yml
10+
include CONTRIBUTING.rst
811
include .cookiecutterrc
912
include .editorconfig
10-
include .isort.cfg
11-
include .readthedocs.yml
1213
include .flake8
13-
include bandit.yml
14-
include pyproject.toml
15-
include codecov.yml
16-
17-
18-
include AUTHORS.rst
19-
include CHANGELOG.rst
20-
include CONTRIBUTING.rst
14+
include flake8.ini
2115
include LICENSE
16+
include pytest.ini
17+
include pyproject.toml
2218
include README.rst
23-
include TODO.rst
19+
include readthedocs.yml
2420
include requirements.txt
2521
include requirements-dev.txt
22+
include TODO.rst
23+
include tox.ini
24+
include .travis.yml
2625

27-
include tox.ini .travis.yml
2826

2927
prune __pycache__
3028
prune .ropeproject

0 commit comments

Comments
 (0)