cameronmaske / celery-once

Celery Once allows you to prevent multiple execution and queuing of celery tasks.
https://pypi.python.org/pypi/celery_once/
BSD 2-Clause "Simplified" License
661 stars 90 forks source link

Fix tox and updated .gitignore #69

Closed imomaliev closed 5 years ago

imomaliev commented 6 years ago
  1. Fixed tox failing because of older version of fakeredis
  2. Updated .gitignore with https://github.com/github/gitignore/blob/master/Python.gitignore
  3. Deleted unused freezegun package
  4. Deleted unused now_unix function
imomaliev commented 6 years ago

@cameronmaske what do you think about using pipenv instead of pip for this project?

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 229


Totals Coverage Status
Change from base Build 224: 0.6%
Covered Lines: 148
Relevant Lines: 152

💛 - Coveralls
imomaliev commented 6 years ago

@cameronmaske bump

imomaliev commented 5 years ago

@cameronmaske Are you still maintaining this?

imomaliev commented 5 years ago

@cameronmaske We could setup pypi integration with travis ci https://docs.travis-ci.com/user/deployment/pypi/