summaryrefslogtreecommitdiff
path: root/ci_tools
Commit message (Collapse)AuthorAgeFilesLines
* Move tests out of `dateutil` packageMario Corchero2021-07-231-1/+1
| | | | | | Move tests folder to the top of the source checkout and remove it from the package. We are still including the tests in the sdist in case downstream package managers want to test out their packaging.
* Move to src layoutMario Corchero2021-07-161-2/+2
| | | | | Move the project to the src layout to ensure we are testing on the generated package rather than the checked out source tree.
* Update zoneinfo to 2021aMario Corchero2021-05-181-2/+0
|
* Use "fat" zic binaries in CI testsPaul Ganssle2020-08-281-1/+1
| | | | | This should be reverted when support for version 2+ TZif files is added (see GH-1059).
* add Azure Pipelines (#868)Matt Cooper2019-02-221-1/+5
| | | Add Azure Pipelines
* Add scripts to test against tz masterPaul Ganssle2018-07-022-0/+156
|
* Clean up trailing white space in all filesJon Dufresne2017-04-171-1/+1
|
* Remove pypy workaround in Travis, use newer version insteadJon Dufresne2017-04-171-11/+0
|
* Tweak CI due to version inconsistencies and other issues.Paul Ganssle2016-11-031-0/+11
|
* Add retry logic for appveyor and travis to (at least partially) mitigate ↵Paul Ganssle2016-02-152-0/+28
timeout errors.