summaryrefslogtreecommitdiffhomepage
path: root/.circleci
AgeCommit message (Collapse)Author
2023-04-12Use newer circleci orb to stop using codecov's old pypi packageJeff Forcier
Closes #2226
2023-01-27Add codespell to dev-reqs, circleciJeff Forcier
2023-01-09Oh right that's why I had specific pins hereJeff Forcier
2023-01-09Move to cryptography 3.3 as baseline depJeff Forcier
and bump top end test matrix cell to 40ish
2023-01-09Add 3.11 to test matrix tooJeff Forcier
2023-01-09add 3.10 to test matrixPaul Kehrer
2023-01-09CI config tweaksJeff Forcier
2022-06-03Streamline default test name on CircleJeff Forcier
2021-10-08Released orb versionJeff Forcier
2021-10-08Use new orb docs jobJeff Forcier
2021-10-08Port tests-folder-in-sdist safety check from TravisJeff Forcier
This isn't as much of a thing in my other projects so not in the orb for now
2021-10-08Try getting Kerberos working on CircleJeff Forcier
Sadly it fails. Unclear whether I'm missing something, or if this represents a diff between the Ubuntu versions Travis last used and what Circle's images are on. I did get the tests themselves truly running, and while I trimmed back the deps a bit vs Travis, it's only as some of them were redundant/required by other packages we install here. Leaving it defined but not actually used in the workflow.
2021-10-08Moar orb debuggeryJeff Forcier
2021-10-08Add some older crypto versions to new 2nd py3.6 test stepJeff Forcier
(no coverage for this one tho)
2021-10-01Copy/paste/modify invocations' circleci configJeff Forcier