summaryrefslogtreecommitdiff
path: root/.ci
Commit message (Collapse)AuthorAgeFilesLines
* Replace Travis + Appveyor with GitHub Actions (WIP)github-ciAarni Koskela2020-11-126-108/+0
|
* Upgrade freezegun to fix CI failuresAarni Koskela2019-12-311-1/+1
|
* Tests: Update pytest and pytest-covMiro HronĨok2019-03-141-1/+1
|
* Add testing and document support for Python 3.7Jon Dufresne2018-12-181-1/+1
|
* Use https URLs throughout project where availableJon Dufresne2018-06-132-3/+3
| | | | Updated docs and code comments.
* Update py.testAarni Koskela2018-01-191-1/+1
| | | | | * Add py.test's .cache to ignore * setup.cfg: Use [tool:pytest] instead of deprecated [pytest]
* Use a fixed datetime to avoid test failures (#520)Narendra Vardi2017-08-181-1/+1
| | | | | freezegun library added to travis build and appveyor Fixes #507
* AppVeyor: Remove unneeded buildsLasse Schuirmann2016-04-081-24/+0
| | | | Related to https://github.com/python-babel/babel/issues/377
* Post coverage results to Codecov from AppveyorAarni Koskela2015-12-301-2/+3
|
* Mark Python 3.5 as supportedAarni Koskela2015-12-231-0/+8
| | | | | Fixes #222 Refs #221
* Test/CI: Add requisite doctest flags; ignore setup.py and venvsAarni Koskela2015-12-211-1/+2
| | | | | | | | This requires a newer version of py.test, so the requirement is pinned in the CI configuration. See https://pytest.org/latest/doctest.html See https://pytest.org/latest/example/pythoncollection.html#customizing-test-collection-to-find-all-py-files
* CI: Add mac buildsLasse Schuirmann2015-08-044-0/+23
|
* CI: Add windows buildsLasse Schuirmann2015-08-042-0/+99