mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 05:01:48 +02:00
Try the python_version trick.
This commit is contained in:
parent
4ac476fbb3
commit
a6b3fa885e
2 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,7 @@ install_requires =
|
|||
|
||||
[options.extras_require]
|
||||
dev =
|
||||
black==19.10b0 ; python_version >= '3.6'
|
||||
flake8==3.7.9
|
||||
Flask-Testing==0.8.0
|
||||
pytest==5.4.1
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -22,7 +22,6 @@ changedir = {toxinidir}
|
|||
|
||||
[testenv:black]
|
||||
commands = black --check --target-version=py34 .
|
||||
deps = black
|
||||
changedir = {toxinidir}
|
||||
|
||||
[testenv:flake8]
|
||||
|
|
Loading…
Reference in a new issue