Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 from edx/BOM-1044
Browse files Browse the repository at this point in the history
BOM-1044 Django22 support
  • Loading branch information
Ayub-Khan authored Dec 10, 2019
2 parents a192217 + 4133ce8 commit 7134875
Show file tree
Hide file tree
Showing 19 changed files with 609 additions and 135 deletions.
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@ language: python
dist: xenial # required for Python >= 3.7 (travis-ci/travis-ci#9069)
python:
- 2.7
- 3.6
- 3.7
- 3.5
env:
- TOXENV=django111
- TOXENV=django20
- TOXENV=django21
- TOXENV=quality
- TOXENV=django22
matrix:
include:
- python: 3.5
env: TOXENV=quality
exclude:
- python: 2.7
env: TOXENV=django20
- python: 2.7
env: TOXENV=django21
- python: 3.6
env: TOXENV=quality
allow_failures:
- env: TOXENV=django20
- env: TOXENV=django21
- python: 2.7
env: TOXENV=django22

services:
- xvfb
Expand Down
7 changes: 0 additions & 7 deletions AUTHORS

This file was deleted.

Loading

0 comments on commit 7134875

Please sign in to comment.