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

Commit

Permalink
BOM-1044 Django22 support
Browse files Browse the repository at this point in the history
-Updated travis file
-updated requirements
-updated tox test envs
-removed authors
-updated tests
-removed unused dependency django-nose
-bump version
  • Loading branch information
Ayub-Khan committed Dec 10, 2019
1 parent a192217 commit 4133ce8
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 4133ce8

Please sign in to comment.