add initial dotnet support

This commit is contained in:
Ruairidh MacLeod 2020-09-10 11:36:10 +00:00 committed by Anthony Sottile
parent a85b9f798d
commit 003e4c21e0
16 changed files with 203 additions and 3 deletions

View file

@ -3,7 +3,7 @@ envlist = py36,py37,py38,pypy3,pre-commit
[testenv]
deps = -rrequirements-dev.txt
passenv = HOME LOCALAPPDATA RUSTUP_HOME
passenv = APPDATA HOME LOCALAPPDATA PROGRAMFILES RUSTUP_HOME
commands =
coverage erase
coverage run -m pytest {posargs:tests}