Skip to content

Commit e9aa2fb

Browse files
committed
Remove old ci leftovers. Add GHA badge.
1 parent a37abc7 commit e9aa2fb

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

.cookiecutterrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ default_context:
1616
command_line_interface: no
1717
command_line_interface_bin_name: '-'
1818
coveralls: yes
19-
coveralls_token: 6picUzuGNWKI5w3rsEyZGNvyMZ47Cz9hZ
2019
distribution_name: lazy-object-proxy
2120
2221
full_name: Ionel Cristian Mărieș

.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: build
12
on: [push, pull_request]
23
jobs:
34
test:

README.rst

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Overview
1010
* - docs
1111
- |docs|
1212
* - tests
13-
- | |travis| |appveyor| |requires|
13+
- | |github-actions| |requires|
1414
| |coveralls| |codecov|
1515
* - package
1616
- | |version| |wheel| |supported-versions| |supported-implementations|
@@ -19,13 +19,9 @@ Overview
1919
:target: https://readthedocs.org/projects/python-lazy-object-proxy
2020
:alt: Documentation Status
2121

22-
.. |travis| image:: https://api.travis-ci.com/ionelmc/python-lazy-object-proxy.svg?branch=master
23-
:alt: Travis-CI Build Status
24-
:target: https://travis-ci.com/github/ionelmc/python-lazy-object-proxy
25-
26-
.. |appveyor| image:: https://ci.appveyor.com/api/projects/status/github/ionelmc/python-lazy-object-proxy?branch=master&svg=true
27-
:alt: AppVeyor Build Status
28-
:target: https://ci.appveyor.com/project/ionelmc/python-lazy-object-proxy
22+
.. |github-actions| image:: https://github.com/ionelmc/python-lazy-object-proxy/actions/workflows/github-actions.yml/badge.svg?branch=master
23+
:alt: GitHub Actions Build Status
24+
:target: https://github.com/ionelmc/python-lazy-object-proxy/actions
2925

3026
.. |requires| image:: https://requires.io/github/ionelmc/python-lazy-object-proxy/requirements.svg?branch=master
3127
:alt: Requirements Status

ci/templates/.github/workflows/github-actions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
name: build
12
on: [push, pull_request]
23
jobs:
34
test:

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ wheel =
4646
deps =
4747
pytest
4848
pytest-benchmark
49-
pytest-travis-fold
5049
Django
5150
objproxies==0.9.4
5251
hunter

0 commit comments

Comments
 (0)