Skip to content

Commit

Permalink
Declare OEP-7 compliance. (openedx-unsupported#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
adzuci authored May 15, 2019
1 parent 1c827fc commit a031b28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
language: python

python:
- "3.5"
- "3.6"

branches:
only:
Expand Down
12 changes: 7 additions & 5 deletions openedx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

nick: dev
oeps:
oep-2: True
oep-5: True
oep-10: True
oep-2: true
oep-7: true # Python 3
oep-5: true
oep-10: true
openedx-release: {ref: master}
owner: edx/platform-team
track-pulls: true
owner: jmbowman
supporting-teams:
- platform-core

0 comments on commit a031b28

Please sign in to comment.