Merge branch 'master' into rm-3.4

This commit is contained in:
Hugo van Kemenade
2020-01-26 21:05:51 +02:00
committed by GitHub
6 changed files with 75 additions and 37 deletions

View File

@@ -9,7 +9,7 @@ environment:
- TOXENV: "py38-pytestfeatures"
install:
- C:\Python38\python -m pip install -U pip setuptools
- C:\Python38\python -m pip install -U pip setuptools virtualenv
- C:\Python38\python -m pip install -U tox setuptools_scm
build: false # Not a C# project, build stuff at the test step instead.