Skip to content

Commit

Permalink
💚 ci: Fix builds for main branch of django
Browse files Browse the repository at this point in the history
- use python version >= 3.8 for django's main branch
  • Loading branch information
abhiabhi94 committed Mar 10, 2021
1 parent 29b0a76 commit 1f5c443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tox]
envlist =
py{36,37,38}-{dj21, dj22, dj30, dj31, djmain}
py{36,37,38}-{dj21, dj22, dj30, dj31}
py{38}-{djmain}

[travis]
python =
Expand Down

0 comments on commit 1f5c443

Please sign in to comment.