Skip to content

Commit

Permalink
Add python 3.8 and django30 to tox.ini and remove django111, django20…
Browse files Browse the repository at this point in the history
… and django21 (#23889)

Add python 3.8 and django30 to tox.ini and remove django111, django20, and django21 tox environments
  • Loading branch information
morenol authored May 12, 2020
1 parent 2a1a35f commit dfa1bf1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
2 changes: 0 additions & 2 deletions requirements/edx/django111.txt

This file was deleted.

2 changes: 0 additions & 2 deletions requirements/edx/django20.txt

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Django>=2.1,<2.2
Django>=3.0,<3.1
django-oauth-toolkit==1.3.2

6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{35,36,37}-django{111,20,21,22}
envlist = py{35}-django{22},py{38}-django{22,30}

# This is needed to prevent the lms, cms, and openedx packages inside the "Open
# edX" package (defined in setup.py) from getting installed into site-packages
Expand Down Expand Up @@ -68,10 +68,8 @@ passenv =
XDIST_WORKER_SUBNET

deps =
django111: -r requirements/edx/django111.txt
django20: -r requirements/edx/django20.txt
django21: -r requirements/edx/django21.txt
django22: -r requirements/edx/django.txt
django30: -r requirements/edx/django30.txt
-r requirements/edx/testing.txt
whitelist_externals =
/bin/bash
Expand Down

0 comments on commit dfa1bf1

Please sign in to comment.