You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wikiteam/tox.ini

15 lines
286 B
INI

[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
deps =
nose
-rrequirements.txt