mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 06:14:17 +00:00
some manual python2 metadata cleanup
This commit is contained in:
parent
55f29c636f
commit
8cc3fc01e8
13 changed files with 14 additions and 79 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# To activate, change the Appveyor settings to use `.appveyor.yml`.
|
||||
install:
|
||||
- python -m pip install --upgrade setuptools tox virtualenv
|
||||
- C:\Python38-x64\python.exe -m pip install --upgrade setuptools tox virtualenv
|
||||
|
||||
build: off
|
||||
|
||||
test_script:
|
||||
- python -m tox -e py27,py36,py37,dogfood
|
||||
- C:\Python38-x64\python.exe -m tox -e py36,py37,dogfood
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue