mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 12:06:04 +00:00
60073bea78
* N/A: Remove deprecated python 3.4 support More details - https://www.python.org/downloads/release/python-3410/ * N/A: Remove Python 3.4 from appveyor config * N/A: Fix UnicodeDecodeError with Python 2.7 and newer versions of py.test
11 lines
202 B
INI
11 lines
202 B
INI
[tox]
|
|
envlist = py27,py35,py36,py37,py38
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = py.test -v --capture=sys
|
|
|
|
[flake8]
|
|
ignore = E501,W503,W504
|
|
exclude = venv,build,.tox,setup.py,fastentrypoints.py
|