PYTHON_VERSION: "3.4.x"
PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.5.x"
+ PYTHON_ARCH: "32"
+
+ - PYTHON: "C:\\Python35-x64"
+ PYTHON_VERSION: "3.5.x"
+ PYTHON_ARCH: "64"
+
branches: # Only build official branches, PRs are built anyway.
only:
- master
directories:
- cldr
- "$HOME/.cache/pip"
+ - "$HOME/.pyenv"
matrix:
include:
python: 3.3
- os: linux
python: 3.4
+ - os: linux
+ python: 3.5
- os: osx
language: generic
env:
- PYTHON_VERSION=3.4.3
- PYENV_ROOT=~/.pyenv
- PATH=$PYENV_ROOT/shims:$PATH:$PYENV_ROOT/bin
+ - os: osx
+ language: generic
+ env:
+ - PYTHON_VERSION=3.5.1
+ - PYENV_ROOT=~/.pyenv
+ - PATH=$PYENV_ROOT/shims:$PATH:$PYENV_ROOT/bin
install:
- bash .ci/deps.${TRAVIS_OS_NAME}.sh
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
'Topic :: Software Development :: Libraries :: Python Modules',
],
packages=['babel', 'babel.messages', 'babel.localtime'],