Skip to content

Commit

Permalink
Add python 3.9 to travis.yml, remove django31-drf-310 config
Browse files Browse the repository at this point in the history
  • Loading branch information
axnsan12 committed Oct 25, 2020
1 parent bdbf9a4 commit d95fe62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'

dist: xenial

Expand All @@ -12,7 +13,7 @@ matrix:
include:
- python: '3.6'
env: TOXENV=docs
- python: '3.7'
- python: '3.9'
env: TOXENV=djmaster
- python: '3.7'
env: TOXENV=lint
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ isolated_build_env = .package

# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
envlist =
py{36,37,38,39}-django{22,30,31}-drf{310,311,312},
django{22,30}-drf{310,311,312},
django31-drf{311,312},
djmaster, lint, docs
skip_missing_interpreters = true

Expand Down Expand Up @@ -69,9 +70,8 @@ exclude = **/migrations/*
ignore = F405,W504

[isort]
skip = .eggs,.tox,docs,env,venv,node_modules
skip = .eggs,.tox,docs,env,venv,node_modules,.git
skip_glob = **/migrations/*
not_skip = __init__.py
atomic = true
multi_line_output = 5
line_length = 120
Expand Down

0 comments on commit d95fe62

Please sign in to comment.