File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ dist: xenial
44python :
55 - " 2.7"
66 - " 3.5"
7+ - " 3.8"
78
89services :
910 - xvfb
Original file line number Diff line number Diff line change 11# Internationalization and Localization requirements
2- -e git://github.com/edx/xblock-sdk.git@v0.1.6#egg=xblock-sdk==v0.1.6
3- Django == 1.11.25
2+ -e 'git://github.com/edx/xblock-sdk.git@v0.1.6#egg=xblock-sdk==v0.1.6 ; python_version == "2.7"'
3+ -e 'git://github.com/edx/xblock-sdk.git@0.2.2#egg=xblock-sdk==v0.2.2 ; python_version > "2.7"'
4+
5+ Django ~= 1.11 ; python_version == '2.7'
6+ Django ~= 2.2 ; python_version > '2.7'
7+
48# Latest version(1.0.4) of django-appconf do not support python 2
5- django-appconf == 1.0.3
9+ django-appconf == 1.0.3 ; python_version == '2.7'
10+ django-appconf == 1.0.4 ; python_version > '2.7'
11+
612django-statici18n == 1.8.2
713transifex-client == 0.12.1
814edx-i18n-tools == 0.5.0
You can’t perform that action at this time.
0 commit comments