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 2.7, 64-bit
- TOXENV: "py27"
TOX_APPVEYOR_X64: 1
# Python 2.7, 32-bit
- TOXENV: "py27"
TOX_APPVEYOR_X64: 0
# Python 3.7, 64-bit
- TOXENV: "py37"
TOX_APPVEYOR_X64: 1
# Python 3.7, 32-bit
- TOXENV: "py37"
TOX_APPVEYOR_X64: 0
build: off
# For the sections below, the Python version doesn't matter:
# tox will make an environment based on the environment variables.
install:
- "py -3.6 -m pip install wheel tox tox-appveyor"
test_script:
- "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.1.tar.gz
(2.6 kB
view details)
Built Distribution
File details
Details for the file tox-appveyor-0.1.1.tar.gz
.
File metadata
- Download URL: tox-appveyor-0.1.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d247b3d3a071ba02f08282fbef63cdcfc8ad4b473377c339af21dcbf3b727c5 |
|
MD5 | 1ec8239cd97e4fb4530649046c67d245 |
|
BLAKE2b-256 | e89d15b2160670a5c86c252e477e94b66d5ab3d9cb09e6ed9b40c29ed9a2421d |
Provenance
File details
Details for the file tox_appveyor-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: tox_appveyor-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.22.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f19156154b3cca4934436d9ce3ce32a65a09231e46e923d12f952f0b386e9de |
|
MD5 | 450036e72807d3762050417393fd107f |
|
BLAKE2b-256 | 497e4f0a3850053e35b58b30d3c0e11604f24f999493e792111eb3c2256f3041 |