summaryrefslogtreecommitdiffhomepage
path: root/.circleci/config.yml
AgeCommit message (Collapse)Author
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