blob: 174c6f3846ee34daf3758e824de816190c39761c (
plain)
1
2
3
4
5
6
7
8
|
# To activate, change the Appveyor settings to use `.appveyor.yml`.
install:
- C:\Python38-x64\python.exe -m pip install --upgrade setuptools tox virtualenv
build: off
test_script:
- C:\Python38-x64\python.exe -m tox -e py36,py37,dogfood
|