Skip to content

Commit 5b71b00

Browse files
committed
Switch CI to GitHub Actions.
1 parent b751908 commit 5b71b00

File tree

7 files changed

+2
-61
lines changed

7 files changed

+2
-61
lines changed

.ci/travis_deploy_conda.sh

Lines changed: 0 additions & 45 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: "Run Tests for Python ${{ matrix.python-version }}"
3838
run: "python -m tox"
3939

40+
4041
- name: "Upload Coverage"
4142
uses: actions/upload-artifact@v2
4243
with:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ domdf_python_tools
3636
:alt: Docs Check Status
3737

3838
.. |travis| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Linux%20Tests/badge.svg
39-
:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%Linux+Tests%22
39+
:target: https://github.com/domdfcoding/domdf_python_tools/actions?query=workflow%3A%22Linux+Tests%22
4040
:alt: Linux Test Status
4141

4242
.. |actions_windows| image:: https://github.com/domdfcoding/domdf_python_tools/workflows/Windows%20Tests/badge.svg

repo_helper.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ python_versions:
1414
- "3.9"
1515
- "3.10-dev"
1616

17-
# travis secure password for PyPI
18-
travis_pypi_secure: "GQVX7JKDfUWcHQzjmZ8yadF4eIM/AUaXu/Zl8U2hwhB6NavbzUayvMXalT+pfgZ6NaWFMPZOETlxv5d+hf98Io/5HIV4i1KB98ze90KXpUU2Icz7IdxWDWGhc36Vkhb7hU0HUfXLu8WxcxQCJB3t7uIB9SO36dh/cMayW5YvBy3HhluaTvgLax4nOJYjN/FJCgs9kTCBYrjJzheS0pgj37bXZCrB06H0bsxgnbaAiL8FiG6tgJLABDLfqPhtJgVRhtdYeuqGv31/OV0vkj1zG6bExp9ENQ4/5L7FijLRznW+DnsRJt6BdTBtxNxK+v1ZccTdVJzTzhoUH/TbXdI+qtBeatTYz880du7TujKoxfFxGZ9+bSaYURaClMHn7/Ndj7ioj5f51jLf8+BCEk3cWEfUL7yeKF6RBWLww6cFKQ9yDNOiXgrsndz6Oh535LV28rKXS1qeGBppMAv09RmR/YfHu+XMp5yWa+vDwjmrQDH7qEkA3wYYMfMRnwi9+LrOHtS7IqFkgbAXZPmh3C0X1UEqD4cuARcyD9FRU2PAXM1tBprxEFi1L/sv4O8KRP+I3jXXsBHTmzbWWVqXiySGOlX6R9vOma35WS3mkllS/Oz7IyhUtONrwpaLHnuBLKMgi+RnsoEYgLx6KgSXVSQ0JUZq8cP2yewC8nx626w675w="
19-
2017
# directory that contains tests
2118
tests_dir: "tests"
2219

@@ -71,5 +68,3 @@ tox_unmanaged:
7168
- testenv
7269

7370
tox_testenv_extras: all
74-
75-
use_travis: False

tox.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# You may add new sections, but any changes made to the following sections will be lost:
33
# * tox
44
# * envlists
5-
# * travis
65
# * gh-actions
76
# * testenv:docs
87
# * testenv:build
@@ -27,15 +26,6 @@ test = py36, py37, py38, pypy3, py39, py310-dev
2726
qa = mypy, lint
2827
cov = py36, coverage
2928

30-
[travis]
31-
python =
32-
3.6: py36, build, mypy
33-
3.7: py37, build
34-
3.8: py38, build
35-
pypy3: pypy3, build
36-
3.9: py39, build
37-
3.10-dev: py310-dev, build
38-
3929
[gh-actions]
4030
python =
4131
3.6: py36, build, mypy

0 commit comments

Comments
 (0)