Infrastructure files from pull request #84

This commit is contained in:
Larry Snizek
2019-08-20 15:29:26 +01:00
parent 5a1865d9d5
commit f4ab2d9b82
4 changed files with 18 additions and 0 deletions

2
.gitignore vendored
View File

@@ -22,3 +22,5 @@ module_dfu/host/xmosdfu/xmosdfu
.waf-*/
build/
host/xmosdfu/xmosdfu
.venv

7
Brewfile Normal file
View File

@@ -0,0 +1,7 @@
tap 'homebrew/core'
brew 'perl'
brew 'cpanm'
brew 'python@2'
brew 'pipenv'

7
Pipfile Normal file
View File

@@ -0,0 +1,7 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"

2
cpanfile Normal file
View File

@@ -0,0 +1,2 @@
requires 'File::Copy::Recursive';
requires 'LWP::Simple'