view tox.ini @ 58:35d3c8ef6fe9

Fixed test failing on 4.0
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Sun, 13 Nov 2016 12:41:11 +0100
parents 95b5ba2cd363
children 91efe98be062
line wrap: on
line source


[tox]
minversion = 1.8
toxworkdir = {homedir}/.tox/work/mercurial/all_paths
distshare = {homedir}/.tox/distshare
skip_missing_interpreters = True
; envlist = {py26}-{hg27,hg29}, {py27}-hg{29,30,33,36,37,38,40}
envlist = {py27}-hg{27,29,30,33,36,37,38,40}
; sync with testedwith in .py!

[testenv]
passenv = HOME
; setenv =
;    WORK_DIR = {toxworkdir}/{envname}
;    HGRCPATH = {toxworkdir}/{envname}/hgrc
basepython =
    py26: python2.6
    py27: python2.7
deps =
    mercurial_extension_utils >= 1.2.0
    cram >= 0.6
    py26: unittest2     
    hg27: Mercurial>=2.7,<2.8
    hg28: Mercurial>=2.8,<2.9
    hg29: Mercurial>=2.9,<3.0
    hg30: Mercurial>=3.0,<3.1
    hg31: Mercurial>=3.1,<3.2
    hg32: Mercurial>=3.2,<3.3
    hg33: Mercurial>=3.3,<3.4
    hg34: Mercurial>=3.4,<3.5
    hg35: Mercurial>=3.5,<3.6
    hg36: Mercurial>=3.6,<3.7
    hg37: Mercurial>=3.7,<3.8
    hg38: Mercurial>=3.8,<3.9
    hg40: Mercurial>=4.0,<4.1
commands =
    cram -v tests
whitelist_externals =
    mkdir