# HG changeset patch # User Aurélien Campéas # Date 1528290172 -7200 # Wed Jun 06 15:02:52 2018 +0200 # Node ID 84d8179c24e973556ee08541207ad46ddcca151c # Parent 7c5eb18eec0611609b23216d109abd969958b212 tox: this now works fine, let's clean up diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -1,19 +1,8 @@ - [testenv] setenv = HGRCPATH = {toxworkdir}/.hgrc -whitelist_externals = - /bin/echo - /bin/sh - /usr/bin/tree basepython = /usr/bin/python - commands = pip install mercurial==4.6 - echo {env:HGRCPATH} - tree - sh {toxinidir}/mkhgrc.sh - hg --version - hg config hg help confman