view tox.ini @ 5150:7409cfc1e961

spelling: IP address, IPv4, IPv6
author Andrew Shadura <andrew@shadura.me>
date Tue, 26 May 2015 13:55:06 +0200
parents 8c1258f69892
children 768989c595aa
line wrap: on
line source

[tox]
envlist = py{26,27}-{pytest,nose}

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    nose: nose
    pytest: pytest
commands =
    nose: nosetests {posargs}
    pytest: py.test {posargs}