Either appveyor.yml or .appveyor.yml is allowed, let's hide with other dotfiles

This commit is contained in:
Hugo
2019-11-09 16:50:34 +02:00
parent 20532ec93c
commit 94d231c462

23
.appveyor.yml Normal file
View File

@@ -0,0 +1,23 @@
environment:
matrix:
- TOXENV: "py27-pytestlatest"
- TOXENV: "py34-pytestlatest"
- TOXENV: "py35-pytestlatest"
- TOXENV: "py36-pytestlatest"
- TOXENV: "py37-pytestlatest"
- TOXENV: "py38-pytestlatest"
- TOXENV: "py38-pytestmaster"
- TOXENV: "py38-pytestfeatures"
install:
- C:\Python38\python -m pip install -U pip setuptools
- C:\Python38\python -m pip install -U tox setuptools_scm
build: false # Not a C# project, build stuff at the test step instead.
test_script:
- C:\Python38\python -m tox
# We don't deploy anything on tags with AppVeyor, we use Travis instead, so we
# might as well save resources
skip_tags: true