File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616matrix :
1717 include :
1818 - env : FLAKE8
19- python : " 3.6 "
19+ python : " 3.7 "
2020 install : pip install flake8==3.7.1
2121 script : flake8
2222
23- - python : " 3.6 "
23+ - python : " 3.7 "
2424 dist : trusty
2525 services : docker
2626 before_install :
@@ -35,15 +35,15 @@ matrix:
3535
3636 - os : windows
3737 language : sh
38- python : " 3.6 "
38+ python : " 3.7 "
3939 services : docker
4040 before_install :
4141 - docker pull christianacca/mssql-server-windows-express:1803
4242 - docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MyPassword42' -p 1433:1433 -d christianacca/mssql-server-windows-express:1803
4343 - wget https://download.microsoft.com/download/E/6/B/E6BFDC7A-5BCD-4C51-9912-635646DA801E/en-US/msodbcsql_17.3.1.1_x64.msi
4444 - powershell "Start-Process msiexec.exe -Wait -ArgumentList '/I msodbcsql_17.3.1.1_x64.msi /qn /norestart IACCEPTMSODBCSQLLICENSETERMS=YES'"
45- - choco install python3 --version 3.6.6
46- - export PATH="/c/Python36 :/c/Python36 /Scripts:$PATH"
45+ - choco install python3 --version 3.7.2
46+ - export PATH="/c/Python37 :/c/Python37 /Scripts:$PATH"
4747 - pip install "django>=2.2,<2.3"
4848 env :
4949 - *mssql
Original file line number Diff line number Diff line change 1- FROM python:3.6
1+ FROM python:3.7
22
33ENV APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=DontWarn
44
You can’t perform that action at this time.
0 commit comments