Mercurial > hg-allpaths
view tox.ini @ 45:237dd8c4fe78
Finalized separators
author | Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl> |
---|---|
date | Sun, 25 Sep 2016 09:35:56 +0200 |
parents | 6dae5ed53f22 |
children | 95b5ba2cd363 |
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,py27}-hg{27,29,30,33,36,37} envlist = {py26}-{hg27,hg29}, {py27}-hg{29,30,33,36,37,38} ; 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 commands = cram -v tests whitelist_externals = mkdir