Skip to content

Commit

Permalink
[REF] Remove dead code
Browse files Browse the repository at this point in the history
travis and appveyor are no longer used and have been replaced by Github
actions, therefore all code related to those platforms has been removed.

.cookiecutterrc is also not meant to be stored as a config file per
repo, so it has been removed as well.

Finally, all these changes have been reflected in MANIFEST.in, where
non-existent files have been removed.
  • Loading branch information
antonag32 committed Sep 7, 2023
1 parent a47c428 commit f086fbe
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 607 deletions.
49 changes: 0 additions & 49 deletions .cookiecutterrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: install dependencies
run: |
pip install --upgrade pip
python -mpip install --progress-bar=off -r ci/requirements.txt
python -mpip install --progress-bar=off -r requirements-dev.txt
virtualenv --version
pip --version
tox --version
Expand Down
68 changes: 0 additions & 68 deletions .travis.yml

This file was deleted.

6 changes: 1 addition & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
graft docs
graft examples
graft src
graft ci
graft tests

include .bumpversion.cfg
include .coveragerc
include .cookiecutterrc
include .editorconfig
include .isort.cfg

include AUTHORS.rst
include CHANGELOG.rst
Expand All @@ -17,7 +13,7 @@ include CONTRIBUTING.rst
include LICENSE
include README.rst

include tox.ini .travis.yml appveyor.yml
include tox.ini

global-exclude *.py[cod] __pycache__ *.so *.dylib

Expand Down
70 changes: 0 additions & 70 deletions appveyor.yml

This file was deleted.

113 changes: 0 additions & 113 deletions ci/appveyor-bootstrap.py

This file was deleted.

Loading

0 comments on commit f086fbe

Please sign in to comment.