- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# Build data files
- - "pip install --upgrade pytest==3.3.2 pytest-cov==2.5.1 codecov freezegun==0.3.11"
+ - "pip install --upgrade pytest==4.3.1 pytest-cov==2.6.1 codecov freezegun==0.3.11"
- "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==3.3.2 pytest-cov==2.5.1 freezegun==0.3.11
+ - pip install --upgrade $CDECIMAL pytest==4.3.1 pytest-cov==2.6.1 freezegun==0.3.11
- pip install --editable .
script:
[testenv]
deps =
- pytest==3.3.2
- pytest-cov==2.5.1
+ pytest==4.3.1
+ pytest-cov==2.6.1
cdecimal: m3-cdecimal
freezegun==0.3.11
whitelist_externals = make