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.
This commit is contained in:
Jurko Gospodnetić 2014-12-25 20:11:09 +01:00
parent 9ca8cf3e59
commit b89de4607a
2 changed files with 36 additions and 21 deletions

View File

@ -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.

View File

@ -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