mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
8 lines
244 B
YAML
8 lines
244 B
YAML
# 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
|