mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 20:11:17 +00:00
0640509895
* Drop Python 3.3 Support It's reached end-of-life, and our dependencies have started to drop it. See https://github.com/nvbn/thefuck/pull/744#issuecomment-353244371 * Revert "Use pytest<3.3 to fix Python 3.3 tests (#746)" This reverts commit f966ecd4f5b8221ee15e843f5ec287e1f7cca940.
11 lines
192 B
INI
11 lines
192 B
INI
[tox]
|
|
envlist = py27,py34,py35,py36
|
|
|
|
[testenv]
|
|
deps = -rrequirements.txt
|
|
commands = py.test -v --capture=sys
|
|
|
|
[flake8]
|
|
ignore = E501,W503
|
|
exclude = venv,build,.tox,setup.py,fastentrypoints.py
|