Skip to content

Commit

Permalink
Merge pull request #633 from benjaoming/django_master_main
Browse files Browse the repository at this point in the history
Rename env names from master=>main
  • Loading branch information
benjaoming committed Sep 17, 2021
2 parents 8ce85af + 71da3d4 commit fe24a36
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
- python: 3.8
tox_env: django31-py38
- python: 3.8
tox_env: django_master-py38
tox_env: django_main-py38
- python: 3.9
tox_env: django22-py39
- python: 3.9
tox_env: django31-py39
- python: 3.9
tox_env: django_master-py39
tox_env: django_main-py39
name: ${{ matrix.tox_env }}
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ django-money
:target: https://github.com/django-money/django-money/actions
:alt: Build Status

.. image:: http://codecov.io/github/django-money/django-money/coverage.svg?branch=master
:target: http://codecov.io/github/django-money/django-money?branch=master
.. image:: http://codecov.io/github/django-money/django-money/coverage.svg?branch=main
:target: http://codecov.io/github/django-money/django-money?branch=main
:alt: Coverage Status

.. image:: https://readthedocs.org/projects/django-money/badge/?version=latest
Expand Down
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog
`Unreleased`_ - TBA
-------------------

- Add changes here
- Renamed ``master`` branch to ``main`` (`benjaoming`_)

`2.1`_ - 2021-09-17
-------------------
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
django_master-py{39,38,37,36,py3}
django_main-py{39,38,37,36,py3}
django32-py{39,38,37,36,py3}
django31-py{39,38,37,36,py3}
django22-py{39,38,37,36,py3}
Expand All @@ -18,11 +18,11 @@ deps =
django22: {[django]2.2.x}
django31: {[django]3.1.x}
django32: {[django]3.2.x}
django_master: {[django]master}
django_main: {[django]main}
commands = py.test --ds=tests.settings_reversion --cov=./djmoney {posargs}
usedevelop = false

[testenv:django_master-py{39,38,py3}]
[testenv:django_main-py{39,38,py3}]
commands = py.test --ds=tests.settings --cov=./djmoney {posargs}

[testenv:lint]
Expand All @@ -44,7 +44,7 @@ commands =
Django>=3.2,<3.3
django-reversion>=3.0.8
djangorestframework>=3.12.0
master =
main =
https://github.com/django/django/tarball/main
djangorestframework>=3.12.0

Expand Down

0 comments on commit fe24a36

Please sign in to comment.