Skip to content

Commit

Permalink
Drop Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Aug 1, 2021
1 parent 9bab195 commit 47f3f74
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9]
django-version: [2.0, 2.1, 2.2, 2.3, 3.0, 3.1, 3.2]
django-version: [2.0, 2.1, 2.2, 3.0, 3.1, 3.2]

steps:
- uses: actions/checkout@v2
Expand Down
26 changes: 0 additions & 26 deletions .travis.yml

This file was deleted.

5 changes: 1 addition & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ django-sitetree
===============
http://github.com/idlesign/django-sitetree

|release| |lic| |ci| |coverage|
|release| |lic| |coverage|

.. |release| image:: https://img.shields.io/pypi/v/django-sitetree.svg
:target: https://pypi.python.org/pypi/django-sitetree

.. |lic| image:: https://img.shields.io/pypi/l/django-sitetree.svg
:target: https://pypi.python.org/pypi/django-sitetree

.. |ci| image:: https://img.shields.io/travis/idlesign/django-sitetree/master.svg
:target: https://travis-ci.org/idlesign/django-sitetree

.. |coverage| image:: https://img.shields.io/coveralls/idlesign/django-sitetree/master.svg
:target: https://coveralls.io/r/idlesign/django-sitetree

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
],
)

0 comments on commit 47f3f74

Please sign in to comment.