Skip to content

Commit

Permalink
...f.f.f.ff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bentley committed Apr 20, 2018
1 parent 8c6a9c8 commit 983bc55
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 31 deletions.
6 changes: 0 additions & 6 deletions .travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew link --overwrite tox
python --version

else

sudo apt-get update
sudo apt-get install python
sudo pip install tox flake8

fi
21 changes: 0 additions & 21 deletions build.cmd

This file was deleted.

6 changes: 2 additions & 4 deletions itests/Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM python:3

RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest 'https://github.com/git-for-windows/git/releases/download/v2.12.2.windows.2/MinGit-2.12.2.2-64-bit.zip' -OutFile MinGit.zip
RUN Install-PackageProvider -name chocolatey -Force

RUN Expand-Archive c:\MinGit.zip -DestinationPath c:\MinGit; \
$env:PATH = $env:PATH + ';C:\MinGit\cmd\;C:\MinGit\cmd'; \
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\Session Manager\Environment\' -Name Path -Value $env:PATH
RUN choco install git

0 comments on commit 983bc55

Please # to comment.