- PYTHON: "C:\\Python35"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "32"
+ TOX_ENV: "py35"
- PYTHON: "C:\\Python35-x64"
PYTHON_VERSION: "3.5.x"
PYTHON_ARCH: "64"
+ TOX_ENV: "py35"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "32"
+ TOX_ENV: "py36"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x"
PYTHON_ARCH: "64"
+ TOX_ENV: "py36"
install:
# Make sure the right python version is first on the PATH.
# but for now it lets us avoid duplication with .travis.yml and tox.ini.
# Running "py3x-full" would be nice but it's failing on installing
# dependencies with no useful logs.
- - "tox -e py35,py36 --skip-missing-interpreters"
+ - "tox -e %TOX_ENV%"
after_test:
# If tests are successful, create binary packages for the project.