Skip to content

Commit

Permalink
Update testing to recent versions of Python & Django
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw authored and lamby committed Jul 8, 2022
1 parent 63155f8 commit d52c19e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: python
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
- "3.10"
install: pip install tox-travis
script: tox
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py35,py36,py37}-django{111,20,21,22}
envlist = {py37,py38,py39,py310}-django{22,32,40}

[testenv]
commands =
Expand All @@ -8,7 +8,6 @@ commands =
deps =
six
coverage
django111: django==1.11
django20: django==2.0
django21: django==2.1
django22: django==2.2
django32: django==3.2
django40: django==4.0

0 comments on commit d52c19e

Please sign in to comment.