Docs about cx_freeze support and minor adjustments

--HG--
branch : cx_freeze-support
This commit is contained in:
Bruno Oliveira
2014-07-30 21:50:00 -03:00
parent 990e7bf3b9
commit b7b96b24d8
7 changed files with 81 additions and 75 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[tox]
distshare={homedir}/.tox/distshare
envlist=flakes,py26,py27,py34,pypy,py27-pexpect,py33-pexpect,py27-nobyte,py32,py33,py27-xdist,py33-xdist,py27-trial,py33-trial,doctesting
envlist=flakes,py26,py27,py34,pypy,py27-pexpect,py33-pexpect,py27-nobyte,py32,py33,py27-xdist,py33-xdist,py27-trial,py33-trial,doctesting,py27-cxfreeze
[testenv]
changedir=testing
@@ -129,7 +129,7 @@ changedir=testing/cx_freeze
basepython=python2.7
commands=
{envpython} runtests_setup.py build --build-exe build
{envpython} run.py
{envpython} tox_run.py
[pytest]
minversion=2.0