Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Update Travis CI matrix #796

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: python
dist: xenial
python:
- "3.6"
- "2.7"
sudo: false
- "3.6"
- "3.7"
matrix:
fast_finish: true
install:
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ skipsdist=True
envlist =
latest
{py27,py36}-django{18,19,110,111}-drf{35,36}
{py27,py36}-django{110,111}-drf{37,38}
{py36}-django{2}-drf{37,38}
{py36}-django{21}-drf{39}
{py27,py36}-django{110}-drf{37,38}
{py27,py36,37}-django{111}-drf{37,38,39}
{py36,py37}-django{2}-drf{37,38,39}
{py36,py37}-django{21}-drf{39}
lint

[testenv]
Expand Down