mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +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
|