comparison tox.ini @ 34:7500a4ecb935

Preliminary steps towards tests (tox.ini, would-be testedwith decl)
author Marcin Kasperski <Marcin.Kasperski@mekk.waw.pl>
date Thu, 10 Mar 2016 23:12:29 +0100
parents
children 6dae5ed53f22
comparison
equal deleted inserted replaced
33:6f57d125ed85 34:7500a4ecb935
1
2 [tox]
3 minversion = 1.8
4 toxworkdir = {homedir}/.tox/work/mercurial/all_paths
5 distshare = {homedir}/.tox/distshare
6 skip_missing_interpreters = True
7 #envlist = {py26,py27}-hg{27,29,30,33,36,37}
8 envlist = {py26}-{hg27,hg29}, {py27}-hg{29,30,33,36,37}
9 ; sync with testedwith in .py!
10
11 [testenv]
12 passenv = HOME
13 ; setenv =
14 ; WORK_DIR = {toxworkdir}/{envname}
15 ; HGRCPATH = {toxworkdir}/{envname}/hgrc
16 basepython =
17 py26: python2.6
18 py27: python2.7
19 deps =
20 mercurial_extension_utils >= 1.2.0
21 cram >= 0.6
22 py26: unittest2
23 hg27: Mercurial>=2.7,<2.8
24 hg28: Mercurial>=2.8,<2.9
25 hg29: Mercurial>=2.9,<3.0
26 hg30: Mercurial>=3.0,<3.1
27 hg31: Mercurial>=3.1,<3.2
28 hg32: Mercurial>=3.2,<3.3
29 hg33: Mercurial>=3.3,<3.4
30 hg34: Mercurial>=3.4,<3.5
31 hg35: Mercurial>=3.5,<3.6
32 hg36: Mercurial>=3.6,<3.7
33 hg37: Mercurial>=3.7,<3.8
34 hg38: Mercurial>=3.8,<3.9
35 commands =
36 cram -v tests
37 whitelist_externals =
38 mkdir