File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11sudo : required
22language : python
3+ dist : xenial
34cache : pip
45
56branches :
@@ -21,13 +22,12 @@ matrix:
2122 script : flake8
2223
2324 - python : " 3.7"
24- dist : trusty
2525 services : docker
2626 before_install :
2727 - docker pull mcr.microsoft.com/mssql/server:2017-latest-ubuntu
2828 - docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=MyPassword42' -p 1433:1433 -d mcr.microsoft.com/mssql/server:2017-latest-ubuntu
2929 - curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
30- - curl https://packages.microsoft.com/config/ubuntu/14 .04/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
30+ - curl https://packages.microsoft.com/config/ubuntu/16 .04/prod.list | sudo tee /etc/apt/sources.list.d/mssql-release.list
3131 - sudo apt-get update
3232 - sudo ACCEPT_EULA=Y apt-get install msodbcsql17
3333 env :
You can’t perform that action at this time.
0 commit comments