view tox.ini @ 5983:a69bcf8b28b3

tests: use forks when modifying repositories in vcs tests Otherwise other tests (primarily checking the size of the repo) would fail because they expect the repos to be unmodified.
author domruf <dominikruf@gmail.com>
date Wed, 15 Jun 2016 18:33:27 +0200
parents 6a83b399bb3c
children b2195895bbd7
line wrap: on
line source

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

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