2
0
mirror of https://github.com/WikiTeam/wikiteam synced 2024-11-10 13:10:27 +00:00
wikiteam/tox.ini

22 lines
392 B
INI
Raw Normal View History

[tox]
# 1.6 for skipsdist
minversion = 1.6
# Dont use setup.py (there is none)
skipsdist = True
# List of environement to run by default
envlist = py27
[testenv]
# Test command with output reported
commands = nosetests --nocapture --nologcapture
2014-09-20 15:36:24 +00:00
deps =
nose
-rrequirements.txt
[testenv:flake8]
commands = flake8 {posargs}
deps = flake8
[flake8]
exclude = .tox,.venv,build,dist,doc