Select 32 or 64-bit Python for Tox on Appveyor
Project description
This is a tiny Tox plugin to allow selecting 32-bit or 64-bit Python on AppVeyor Windows CI builds.
In your appveyor.yml file, specify the different builds like this:
environment:
matrix:
# Python 3.7, 64-bit
- TOXENV: "py37"
TOX_APPVEYOR_X64=1
# Python 3.7, 32-bit
- TOXENV: "py37"
TOX_APPVEYOR_X64=0
# For the sections below, the Python version doesn't matter:
# tox will make an environment based on the environment variables.
install:
- "build.cmd py -3.6 -m pip install wheel tox tox-appveyor"
test_script:
- "build.cmd py -3.6 -m tox"
Supporting Windows using Appveyor in the Python Packaging User Guide has more background info about testing Python projects on Appveyor.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tox-appveyor-0.1.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file tox-appveyor-0.1.tar.gz
.
File metadata
- Download URL: tox-appveyor-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.20.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90542d64a3fdfa63c230a1ec7b211ddc6cfaaeb59cedc9c8592d5a85aea1ed75 |
|
MD5 | 63a34fe672344e30d0b4b606b11f66f0 |
|
BLAKE2b-256 | 5bcb86d1463f7b8a8821b9be9ca47f3641404f0e07a2f161aebdb96bf3526e98 |
File details
Details for the file tox_appveyor-0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: tox_appveyor-0.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.20.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a95042add60fec650c08af165b2e17c9bfaf6d727a9d623b6030e953964245ee |
|
MD5 | b0384797b98d0da4361dea6f402bc1ba |
|
BLAKE2b-256 | b4b0d5f5eb2d81a7f45dc4ae2b34e39202fbe2d0f85aca26b9715c3a38369f47 |