Skip to content

Commit

Permalink
Merge branch 'update-py39'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Chen-Wang committed Nov 4, 2020
2 parents d632a79 + 7b22ba5 commit e41150a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"

services:
- memcached
Expand All @@ -33,6 +34,10 @@ matrix:
env: DJANGO=2.0
- python: 3.8
env: DJANGO=2.1
- python: 3.9
env: DJANGO=2.0
- python: 3.9
env: DJANGO=2.1

install: pip install tox tox-travis coveralls

Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
envlist =
py{35,36,37}-django2.0-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},
py{35,36,37}-django2.1-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},
py{35,36,37,38}-django2.2-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},
py{36,37,38}-django3.0-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},
py{36,37,38}-django3.1-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},
py{35,36,37,38,39}-django2.2-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},
py{36,37,38,39}-django3.0-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},
py{36,37,38,39}-django3.1-{sqlite3,postgresql,mysql}-{redis,memcached,pylibmc,locmem,filebased},

[testenv]
basepython =
py35: python3.5
py36: python3.6
py37: python3.7
py38: python3.8
py39: python3.9
deps =
django2.0: Django>=2.0,<2.1
django2.1: Django>=2.1,<2.2
Expand Down

0 comments on commit e41150a

Please sign in to comment.