1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
svtplay-dl/tox.ini

13 lines
215 B
INI
Raw Normal View History

[tox]
basepython=python3
[testenv]
deps =
-rrequirements.txt
-rrequirements-dev.txt
2018-09-30 21:04:44 +02:00
setenv = PYTHONPATH = lib
commands =
2018-09-23 19:39:33 +02:00
flake8 --jobs 8 lib/svtplay_dl
nosetests -v --all-modules --with-doctest svtplay_dl
2018-09-30 21:04:44 +02:00