gitea-swagger-client/tox.ini

11 lines
149 B
INI
Raw Normal View History

2019-03-24 11:44:05 +01:00
[tox]
envlist = py27, py3
[testenv]
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands=
nosetests \
[]