From b89de4607a7816504569040f83096dfaf9509467 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Thu, 25 Dec 2014 20:11:09 +0100 Subject: [PATCH] update test environments Added new test environments - Python 2.7.8, 3.1.3/32-bit & 3.4.2. Now testing using Windows 8.1/x64. --- README.rst | 47 ++++++++++++++++++++++++++--------------------- setup.cfg | 10 ++++++++++ 2 files changed, 36 insertions(+), 21 deletions(-) diff --git a/README.rst b/README.rst index be3a5aa..d844506 100644 --- a/README.rst +++ b/README.rst @@ -101,27 +101,32 @@ version 0.7 (development) during the setup procedure. * Tested in the following environments: - * Python 2.4.3/x86 on Windows 7/SP1/x64. - * Python 2.4.4/x86 on Windows 7/SP1/x64. - * Python 2.5.4/x86 on Windows 7/SP1/x64. - * Python 2.5.4/x64 on Windows 7/SP1/x64. - * Python 2.6.6/x86 on Windows 7/SP1/x64. - * Python 2.6.6/x64 on Windows 7/SP1/x64. - * Python 2.7.6/x86 on Windows 7/SP1/x64. - * Python 2.7.6/x64 on Windows 7/SP1/x64. - * Python 2.7.7/x86 on Windows 7/SP1/x64. - * Python 2.7.7/x64 on Windows 7/SP1/x64. - * Python 3.1.3/x64 on Windows 7/SP1/x64. - * Python 3.2.5/x86 on Windows 7/SP1/x64. - * Python 3.2.5/x64 on Windows 7/SP1/x64. - * Python 3.3.3/x86 on Windows 7/SP1/x64. - * Python 3.3.3/x64 on Windows 7/SP1/x64. - * Python 3.3.5/x86 on Windows 7/SP1/x64. - * Python 3.3.5/x64 on Windows 7/SP1/x64. - * Python 3.4.0/x86 on Windows 7/SP1/x64. - * Python 3.4.0/x64 on Windows 7/SP1/x64. - * Python 3.4.1/x86 on Windows 7/SP1/x64. - * Python 3.4.1/x64 on Windows 7/SP1/x64. + * Python 2.4.3/x86 on Windows 8.1/x64. + * Python 2.4.4/x86 on Windows 8.1/x64. + * Python 2.5.4/x86 on Windows 8.1/x64. + * Python 2.5.4/x64 on Windows 8.1/x64. + * Python 2.6.6/x86 on Windows 8.1/x64. + * Python 2.6.6/x64 on Windows 8.1/x64. + * Python 2.7.6/x86 on Windows 8.1/x64. + * Python 2.7.6/x64 on Windows 8.1/x64. + * Python 2.7.7/x86 on Windows 8.1/x64. + * Python 2.7.7/x64 on Windows 8.1/x64. + * Python 2.7.8/x86 on Windows 8.1/x64. + * Python 2.7.8/x64 on Windows 8.1/x64. + * Python 3.1.3/x86 on Windows 8.1/x64. + * Python 3.1.3/x64 on Windows 8.1/x64. + * Python 3.2.5/x86 on Windows 8.1/x64. + * Python 3.2.5/x64 on Windows 8.1/x64. + * Python 3.3.3/x86 on Windows 8.1/x64. + * Python 3.3.3/x64 on Windows 8.1/x64. + * Python 3.3.5/x86 on Windows 8.1/x64. + * Python 3.3.5/x64 on Windows 8.1/x64. + * Python 3.4.0/x86 on Windows 8.1/x64. + * Python 3.4.0/x64 on Windows 8.1/x64. + * Python 3.4.1/x86 on Windows 8.1/x64. + * Python 3.4.1/x64 on Windows 8.1/x64. + * Python 3.4.2/x86 on Windows 8.1/x64. + * Python 3.4.2/x64 on Windows 8.1/x64. * Improved support for ``decimal`` XSD types. diff --git a/setup.cfg b/setup.cfg index 6123ed8..6e247b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,8 +61,14 @@ command = py276_x86.cmd command = py277.cmd [env:2.7.7 x86] command = py277_x86.cmd +[env:2.7.8 x64] +command = py278.cmd +[env:2.7.8 x86] +command = py278_x86.cmd [env:3.1.3 x64] command = py313.cmd +[env:3.1.3 x86] +command = py313_x86.cmd [env:3.2.5 x64] command = py325.cmd [env:3.2.5 x86] @@ -83,6 +89,10 @@ command = py340_x86.cmd command = py341.cmd [env:3.4.1 x86] command = py341_x86.cmd +[env:3.4.2 x64] +command = py342.cmd +[env:3.4.2 x86] +command = py342_x86.cmd [pytest] # Folders 'pytest' unit testing framework should avoid when collecting test