File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ version: 2
66jobs :
77 build :
88 docker :
9- - image : python:3.6
9+ - image : python:3.9.1-slim-buster
1010 steps :
1111 - checkout
1212 - run :
1313 name : Install python-dev
1414 command : |
1515 apt-get update;
16- apt-get install -y python-dev
16+ apt-get install -y python-dev git
1717 - run :
1818 name : Install Tox
1919 command : pip install tox
Original file line number Diff line number Diff line change 11PyYAML == 5.1
2- django == 1.11
2+ django == 1.11.29
33mistune == 0.7.3
44polib == 1.0.3
55pyparsing == 2.2.0
66six
77
88# InDesign
9- lxml == 4.1.1
9+ lxml == 4.3.3
1010git+git://github.com/kbairak/ucflib@py3_compatibility
Original file line number Diff line number Diff line change 88 'mistune==0.7.3' ,
99 'PyYAML==5.1' ,
1010 'pyparsing==2.2.0' ,
11- 'lxml==4.1.1 ' ,
11+ 'lxml==4.3.3 ' ,
1212 'ucflib @ git+https://github.com/kbairak/ucflib.git@py3_compatibility#egg=ucflib-0.2.1' , # noqa
1313]
1414
Original file line number Diff line number Diff line change 11[tox]
22envlist =
33 py27
4- py36
4+ py39
55 report
66
77[testenv]
You can’t perform that action at this time.
0 commit comments