TRAVIS_PYTHON_VERSION=3.5 TRAVIS_OS_NAME=linux <<<<<< ENV .coveragerc .gitignore .pre-commit-config.yaml .travis.yml CHANGELOG.md LICENSE Makefile README.rst appveyor.yml build-wheels.sh build.py clock codecov.yml docs/Makefile docs/docs/addition_subtraction.md docs/docs/attributes_properties.md docs/docs/comparison.md docs/docs/difference.md docs/docs/duration.md docs/docs/fluent_helpers.md docs/docs/index.md docs/docs/installation.md docs/docs/instantiation.md docs/docs/introduction.md docs/docs/limitations.md docs/docs/localization.md docs/docs/modifiers.md docs/docs/parsing.md docs/docs/period.md docs/docs/string_formatting.md docs/docs/testing.md docs/docs/timezones.md docs/mkdocs.yml docs/theme/main.html pendulum/__init__.py pendulum/__version__.py pendulum/_extensions/__init__.py pendulum/_extensions/_helpers.c pendulum/_extensions/helpers.py pendulum/constants.py pendulum/date.py pendulum/datetime.py pendulum/duration.py pendulum/exceptions.py pendulum/formatting/__init__.py pendulum/formatting/difference_formatter.py pendulum/formatting/formatter.py pendulum/helpers.py pendulum/locales/__init__.py pendulum/locales/da/__init__.py pendulum/locales/da/custom.py pendulum/locales/da/locale.py pendulum/locales/de/__init__.py pendulum/locales/de/custom.py pendulum/locales/de/locale.py pendulum/locales/en/__init__.py pendulum/locales/en/custom.py pendulum/locales/en/locale.py pendulum/locales/es/__init__.py pendulum/locales/es/custom.py pendulum/locales/es/locale.py pendulum/locales/fa/__init__.py pendulum/locales/fa/custom.py pendulum/locales/fa/locale.py pendulum/locales/fo/__init__.py pendulum/locales/fo/custom.py pendulum/locales/fo/locale.py pendulum/locales/fr/__init__.py pendulum/locales/fr/custom.py pendulum/locales/fr/locale.py pendulum/locales/id/__init__.py pendulum/locales/id/custom.py pendulum/locales/id/locale.py pendulum/locales/ko/__init__.py pendulum/locales/ko/custom.py pendulum/locales/ko/locale.py pendulum/locales/locale.py pendulum/locales/lt/__init__.py pendulum/locales/lt/custom.py pendulum/locales/lt/locale.py pendulum/locales/pt_br/__init__.py pendulum/locales/pt_br/custom.py pendulum/locales/pt_br/locale.py pendulum/locales/ru/__init__.py pendulum/locales/ru/custom.py pendulum/locales/ru/locale.py pendulum/locales/zh/__init__.py pendulum/locales/zh/custom.py pendulum/locales/zh/locale.py pendulum/mixins/__init__.py pendulum/mixins/default.py pendulum/parser.py pendulum/parsing/__init__.py pendulum/parsing/_iso8601.c pendulum/parsing/exceptions/__init__.py pendulum/parsing/iso8601.py pendulum/period.py pendulum/time.py pendulum/tz/__init__.py pendulum/tz/data/__init__.py pendulum/tz/data/windows.py pendulum/tz/exceptions.py pendulum/tz/local_timezone.py pendulum/tz/timezone.py pendulum/tz/zoneinfo/__init__.py pendulum/tz/zoneinfo/exceptions.py pendulum/tz/zoneinfo/posix_timezone.py pendulum/tz/zoneinfo/reader.py pendulum/tz/zoneinfo/timezone.py pendulum/tz/zoneinfo/transition.py pendulum/tz/zoneinfo/transition_type.py pendulum/utils/__init__.py pendulum/utils/_compat.py pyproject.toml tests/__init__.py tests/conftest.py tests/date/__init__.py tests/date/test_add.py tests/date/test_behavior.py tests/date/test_comparison.py tests/date/test_construct.py tests/date/test_day_of_week_modifiers.py tests/date/test_diff.py tests/date/test_fluent_setters.py tests/date/test_getters.py tests/date/test_start_end_of.py tests/date/test_strings.py tests/date/test_sub.py tests/datetime/__init__.py tests/datetime/test_add.py tests/datetime/test_behavior.py tests/datetime/test_comparison.py tests/datetime/test_construct.py tests/datetime/test_create_from_timestamp.py tests/datetime/test_day_of_week_modifiers.py tests/datetime/test_diff.py tests/datetime/test_fluent_setters.py tests/datetime/test_from_format.py tests/datetime/test_getters.py tests/datetime/test_naive.py tests/datetime/test_start_end_of.py tests/datetime/test_strings.py tests/datetime/test_sub.py tests/datetime/test_timezone.py tests/duration/__init__.py tests/duration/test_add_sub.py tests/duration/test_arithmetic.py tests/duration/test_behavior.py tests/duration/test_construct.py tests/duration/test_in_methods.py tests/duration/test_in_words.py tests/duration/test_total_methods.py tests/fixtures/__init__.py tests/fixtures/tz/Paris tests/fixtures/tz/clock/etc/sysconfig/clock tests/fixtures/tz/symlink/etc/localtime tests/fixtures/tz/symlink/usr/share/zoneinfo/Europe/Paris tests/formatting/__init__.py tests/formatting/test_formatter.py tests/helpers/__init__.py tests/helpers/test_local_time.py tests/localization/__init__.py tests/localization/test_da.py tests/localization/test_de.py tests/localization/test_es.py tests/localization/test_fa.py tests/localization/test_fo.py tests/localization/test_fr.py tests/localization/test_id.py tests/localization/test_ko.py tests/localization/test_lt.py tests/localization/test_ru.py tests/parsing/__init__.py tests/parsing/test_parse_iso8601.py tests/parsing/test_parsing.py tests/parsing/test_parsing_duration.py tests/period/__init__.py tests/period/test_add_subtract.py tests/period/test_arithmetic.py tests/period/test_behavior.py tests/period/test_construct.py tests/period/test_hashing.py tests/period/test_range.py tests/test_helpers.py tests/test_main.py tests/test_parsing.py tests/time/__init__.py tests/time/test_add.py tests/time/test_behavior.py tests/time/test_comparison.py tests/time/test_construct.py tests/time/test_diff.py tests/time/test_fluent_setters.py tests/time/test_strings.py tests/time/test_sub.py tests/tz/__init__.py tests/tz/test_helpers.py tests/tz/test_local_timezone.py tests/tz/test_timezone.py tests/tz/test_timezones.py tests/tz/zoneinfo/__init__.py tests/tz/zoneinfo/test_posix_timezone.py tests/tz/zoneinfo/test_reader.py tox.ini <<<<<< network # path=/home/travis/build/sdispater/pendulum/coverage.xml /home/travis/build/sdispater/pendulum <<<<<< EOF