- "python --version"
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
# Build data files
- - "pip install --upgrade pytest==2.8.5"
+ - "pip install --upgrade pytest==2.8.5 pytest-cov==2.2.0 codecov"
- "pip install --editable ."
- "python setup.py import_cldr"
build: false # Not a C# project, build stuff at the test step instead.
test_script:
- - "%CMD_IN_ENV% python -m pytest"
+ - "%CMD_IN_ENV% python -m pytest --cov=babel"
+ - "codecov"