File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed
ci/templates/.github/workflows Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Original file line number Diff line number Diff 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
21202221 full_name: Ionel Cristian Mărieș
Original file line number Diff line number Diff line change 1+ name : build
12on : [push, pull_request]
23jobs :
34 test :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ name : build
12on : [push, pull_request]
23jobs :
34 test :
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ wheel =
4646deps =
4747 pytest
4848 pytest-benchmark
49- pytest-travis-fold
5049 Django
5150 objproxies ==0.9.4
5251 hunter
You can’t perform that action at this time.
0 commit comments