view tox.ini @ 69:a262d5481d16

Tests for hg 4.1 and 4.2
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Thu, 18 May 2017 16:47:23 +0200
parents 91efe98be062
children
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,41,42}
; 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
    hg41: Mercurial>=4.1,<4.2
    hg42: Mercurial>=4.2,<4.3
commands =
    cram -v tests
whitelist_externals =
    mkdir cd pwd