mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-03-16 21:30:24 +00:00
Test against Python3.9
This commit is contained in:
parent
4bb30d4e32
commit
9fbef22e82
3 changed files with 4 additions and 5 deletions
|
|
@ -11,10 +11,8 @@ matrix:
|
|||
env: TOX_ENV=py37-django30
|
||||
- python: "3.8"
|
||||
env: TOX_ENV=py38-django31
|
||||
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install memcached; brew services start memcached; fi
|
||||
- python: "3.9"
|
||||
env: TOX_ENV=py39-django31
|
||||
|
||||
install:
|
||||
- pip install tox
|
||||
|
|
|
|||
1
CHANGES
1
CHANGES
|
|
@ -6,6 +6,7 @@ Version 0.9.6 (unreleased)
|
|||
--------------------------
|
||||
* Remove 'providing_args' kwarg from signals instanciation (#250, thanks @mondeja)
|
||||
* Removed support and tests for Django <= 2.1
|
||||
* Test against Python 3.9 (#251, thanks @mondeja)
|
||||
|
||||
|
||||
Version 0.9.5
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,7 +1,7 @@
|
|||
[tox]
|
||||
envlist =
|
||||
flake8,
|
||||
py{36,37,38}-django{22,30,31},
|
||||
py{36,37,38,39}-django{22,30,31},
|
||||
gettext,
|
||||
docs
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue