mirror of
https://github.com/vale981/clay
synced 2025-03-05 09:31:40 -05:00
17 lines
159 B
INI
17 lines
159 B
INI
![]() |
[tox]
|
||
|
envlist =
|
||
|
py27
|
||
|
py36
|
||
|
|
||
|
[testenv]
|
||
|
usedevelop = true
|
||
|
deps =
|
||
|
setuptools
|
||
|
urwid
|
||
|
pyyaml
|
||
|
gmusicapi
|
||
|
pylint
|
||
|
commands =
|
||
|
pylint clay
|
||
|
|