mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 01:03:53 +00:00
13 lines
170 B
INI
13 lines
170 B
INI
[tox]
|
|
envlist = py27,py34
|
|
[testenv]
|
|
deps=
|
|
requests
|
|
six
|
|
py27: mock
|
|
commands=python -m unittest discover -v tests
|
|
[flake8]
|
|
exclude=
|
|
.git,
|
|
dist,
|
|
docs |