flake8/.appveyor.yml
Ian Cordasco 4a46412bf6
Check for alternate_separator only when truthy
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.
2016-07-22 17:12:49 -05:00

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