mirror of
https://github.com/c0de-archive/spotipy.git
synced 2024-11-05 07:27:47 +00:00
6 lines
93 B
INI
6 lines
93 B
INI
|
[tox]
|
||
|
envlist = py27,py34
|
||
|
[testenv]
|
||
|
deps=requests
|
||
|
commands=python -m unittest discover tests
|