- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# Build data files
- - "pip install --upgrade pytest==4.3.1 pytest-cov==2.6.1 codecov freezegun==0.3.11"
+ - "pip install --upgrade pytest==4.3.1 pytest-cov==2.6.1 codecov freezegun==0.3.12"
- "pip install --editable ."
- "python setup.py import_cldr"
install:
- bash .ci/deps.${TRAVIS_OS_NAME}.sh
- pip install --upgrade pip
- - pip install --upgrade $CDECIMAL pytest==4.3.1 pytest-cov==2.6.1 freezegun==0.3.11
+ - pip install --upgrade $CDECIMAL pytest==4.3.1 pytest-cov==2.6.1 freezegun==0.3.12
- pip install --editable .
script:
pytest==4.3.1
pytest-cov==2.6.1
cdecimal: m3-cdecimal
- freezegun==0.3.11
+ freezegun==0.3.12
whitelist_externals = make
commands = make clean-cldr test
passenv = PYTHON_TEST_FLAGS