Skip to content

Commit f080cda

Browse files
authored
Fix tox issues (#142)
1 parent e1773c3 commit f080cda

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## [Unreleased]
44

5+
### Fixed
6+
7+
- Update tox config to account for Django's primary branch rename.
8+
9+
510
## [0.3.0] - 2020-11-02
611

712
We have a new documentation website! Check out [torchbox.github.io/django-pattern-library](https://torchbox.github.io/django-pattern-library/).

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,37,38,39}-dj{22,30,31,master}, lint
2+
envlist = py{36,37,38,39}-dj{22,30,31,main}, lint
33
skipsdist = true
44

55
[testenv]
@@ -14,7 +14,7 @@ deps =
1414
dj22: Django>=2.2,<2.3
1515
dj30: Django>=3.0,<3.1
1616
dj31: Django>=3.1,<3.2
17-
djmaster: https://github.com/django/django/archive/master.zip
17+
djmain: https://github.com/django/django/archive/main.zip
1818

1919
[testenv:lint]
2020
commands =

0 commit comments

Comments
 (0)