view tox.ini @ 5239:68638dc98dc8

autocomplete: remove leftover 'cache' in PullRequestAutocomplete The cache array is no longer used, only written to, and can thus be removed.
author Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
date Fri, 26 Jun 2015 22:12:13 +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}