view tox.ini @ 7315:3fb7c1e059ed stable

tests: introduce API test coverage for some invalid repo names - especially repo names that would need escaping to prevent XSS
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 29 May 2018 12:25:42 +0200
parents 768989c595aa
children 6a83b399bb3c
line wrap: on
line source

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

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