Skip to content

Commit

Permalink
🔥 remove travis build from ci. credit goes to #234
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Nov 28, 2020
1 parent 895bbc0 commit 3b3639d
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 56 deletions.
1 change: 0 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ With your PR, here is a check list:
- [ ] Has all code lines tested?
- [ ] Has `make format` been run?
- [ ] Please update CHANGELOG.yml(not CHANGELOG.rst)
- [ ] Passes all Travis CI builds
- [ ] Has fair amount of documentation if your change is complex
- [ ] Agree on NEW BSD License for your contribution
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: test
run: |
pip freeze
nosetests --with-coverage --cover-package pyexcel_xlsx --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source pyexcel_xlsx
nosetests --verbosity=3 --with-coverage --cover-package pyexcel_xlsx --cover-package tests tests --with-doctest --doctest-extension=.rst README.rst docs/source pyexcel_xlsx
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
Expand Down
8 changes: 0 additions & 8 deletions .moban.d/custom_travis.yml.jj2

This file was deleted.

1 change: 0 additions & 1 deletion .moban.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ targets:
- README.rst: custom_README.rst.jj2
- setup.py: custom_setup.py.jj2
- "docs/source/conf.py": "docs/source/conf.py.jj2"
- .travis.yml: custom_travis.yml.jj2
- MANIFEST.in: MANIFEST.in.jj2
- .gitignore: gitignore.jj2
- "tests/requirements.txt": "tests/requirements.txt"
43 changes: 0 additions & 43 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pyexcel-xlsx - Let you focus on data, instead of xlsx format
.. image:: https://raw.githubusercontent.com/pyexcel/pyexcel-mobans/master/images/awesome-badge.svg
:target: https://awesome-python.com/#specific-formats-processing

.. image:: https://travis-ci.org/pyexcel/pyexcel-xlsx.svg?branch=master
:target: http://travis-ci.org/pyexcel/pyexcel-xlsx
.. image:: https://github.com/pyexcel/pyexcel-xlsx/workflows/run_tests/badge.svg
:target: http://github.com/pyexcel/pyexcel-xlsx/actions

.. image:: https://codecov.io/gh/pyexcel/pyexcel-xlsx/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pyexcel/pyexcel-xlsx
Expand Down

0 comments on commit 3b3639d

Please sign in to comment.