mirror of
https://github.com/vale981/clay
synced 2025-03-04 09:11:37 -05:00
15 lines
157 B
INI
15 lines
157 B
INI
[tox]
|
|
envlist =
|
|
py27
|
|
py36
|
|
|
|
[testenv]
|
|
usedevelop = true
|
|
deps =
|
|
setuptools
|
|
urwid
|
|
pyyaml
|
|
gmusicapi
|
|
pylint
|
|
commands =
|
|
make check
|