[tox]
envlist = py27, py35, lint
[testenv]
commands =
python setup.py nosetests --with-coverage --cover-package=ubuscribble --cover-erase --cover-html
python setup.py sdist
deps =
setuptools>=17.1
[testenv:lint]
commands=flake8 ubuscribble
basepython=python2.7
deps=
flake8
flake8-print
-
Wichit Sombat authored23da2c5c