mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
In the case where alternate separator is None, we use '' which will always be in any string. We want to skip that case. Also we only run our tests on AppVeyor, not all of our testenvs.
8 lines
174 B
YAML
8 lines
174 B
YAML
# To activate, change the Appveyor settings to use `.appveyor.yml`.
|
|
install:
|
|
- python -m pip install tox
|
|
|
|
build: off
|
|
|
|
test_script:
|
|
- python -m tox -e py27,py33,py34,py35
|