micropub-flask-gitea/tox.ini

7 lines
140 B
INI
Raw Permalink Normal View History

2016-03-18 19:26:28 +00:00
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = py27, py34
2016-03-18 19:26:28 +00:00
[testenv]
deps = mock
2016-03-18 19:36:55 +00:00
commands = python -m unittest discover