aboutsummaryrefslogtreecommitdiffstats
path: root/circle.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix CircleCI testsupdate-circleci-testsjason2019-10-241-88/+0
| | | | | | | | | | | - updates circleci config to better support multiple python versions - remove unused dateutil library - remove unused nose library for testing - fixes unicode() function for py3 - remove metadata claiming support for py26 and py34 - remove unfinished test (causes problems with py2's unittest discovery) - fix reload() function for py3 support
* Upgrade to circleci 2.0jason2018-07-171-17/+88
|
* Update circle.yml to report coverage to coverallsjason2017-01-311-3/+7
|
* Update the pep8 goodness and test with circle and flake8jason2017-01-241-2/+3
|
* Add support for python3jason2016-12-221-1/+5
|
* Add debounce functionAdam Olsen2016-08-311-0/+3
| | | | | | | | | | | | | | | | | | | What ==== 1. Add `debounce_secs` argument to `defer_job` that, when positive, will cause the debounce system to debounce the message, effectively ratelimiting the job. Why === 1. Will significantly help with the load on the server. Tests ===== 1. Added unit tests for the various steps, and tested manually.
* named queuesjason2016-04-291-0/+1
|
* updatesjason2015-11-181-2/+2
|
* set up tests for circlecijason2015-10-281-1/+1
|
* Clean up tests for ccijason2015-10-281-1/+2
|
* try having circleci run python with tests.py as the argumentjason2015-10-281-1/+1
|
* add circle.yml for circlecijason2015-10-281-0/+3