summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Use setuptools setup.cfg declarative configuration (#1316)Jon Dufresne2020-04-091-44/+1
* Drop support for end-of-life Python 3.4Jon Dufresne2019-12-071-2/+1
* Unify tox and Travis test matrix (#1243)Jon Dufresne2019-11-121-20/+0
* Support Python 3.8 (#1241)Rajiv Bakulesh Shah2019-11-111-0/+1
* Remove outdated distutils fallbackJon Dufresne2018-12-201-19/+12
* Use 'dist: xenial' in Travis to simplify configurationJon Dufresne2018-12-061-0/+1
* rst format fixes3.0.0Andy McCurdy2018-11-151-0/+1
* Unpin test dependenciesJon Dufresne2018-11-031-1/+1
* Pass python_requires argument to setuptoolsJon Dufresne2018-11-031-0/+1
* Remove support and testing for EOL Python 3.3Jon Dufresne2018-11-031-1/+0
* Remove support and testing for EOL Python 2.6Jon Dufresne2018-11-031-1/+0
* Prefer https:// for URLs when availableJon Dufresne2018-11-011-1/+1
* add extras_require with hiredisDavid Szotten2017-09-061-0/+5
* Merge pull request #826 from jdufresne/setup-test-mockAndy McCurdy2017-01-291-1/+4
|\
| * Add mock to test_requireJon Dufresne2017-01-281-1/+4
* | Test Python 3.6 in Travis CI and document in setup.pyJon Dufresne2017-01-281-0/+2
|/
* remove python 3.2 support. travis no longer supports it.Andy McCurdy2016-09-061-1/+0
* add the python 3.5 classifierAndy McCurdy2015-11-031-0/+1
* satisfy pep8 updatesAndy McCurdy2015-09-281-1/+2
* Fix pep8 errorsPaul Keene2015-02-101-1/+2
* test against Python 3.4 with tox. note 3.4.0 has issues, use 3.4.1 insteadAndy McCurdy2014-05-291-0/+1
* no more python2.5. It's too difficult to support at this point.Andy McCurdy2014-05-071-1/+0
* pep8Andy McCurdy2014-04-041-1/+1
* require pytest>=2.5 when running tests from setup.pyAndy McCurdy2014-03-291-1/+1
* pytest framework and server commandsandy2013-06-041-1/+19
* use README.rst for long descriptionandy2013-04-281-1/+1
* Format code per pep8 guidelinesPaul Belanger2013-03-301-1/+1
* remove the download_url from setup.py so that we can just use pypiandy2012-10-081-2/+0
* Added classifiers to indicate supported Python versionsAlex Grönholm2012-08-071-1/+8
* Cleaned up code for PEP 8 complianceAlex Grönholm2012-08-061-26/+25
* long description is now the contents of the readme fileAndy McCurdy2011-06-011-2/+7
* reverting download_url back to redis-VERSION.tar.gz to fix #94. This is becom...Andy McCurdy2011-01-071-1/+1
* updating setuptools to look for redis-py-VERSION.tar.gzAndy McCurdy2010-12-211-12/+4
* version bumpAndy McCurdy2010-12-201-1/+1
* version bumpAndy McCurdy2010-09-031-1/+1
* version bumpAndy McCurdy2010-06-281-1/+1
* HEXISTS and HLEN implementationsAndy McCurdy2010-03-181-1/+1
* incremented revisionandymccurdy2010-02-191-1/+1
* - added ability for subclasses of Redis to provide their own decode logic if ...andymccurdy2010-02-161-1/+1
* Changelog updated, version incrementedandymccurdy2010-02-151-1/+1
* new client passes all command tests, still need tests for connection pool and...andymccurdy2010-02-151-17/+10
* Added support for ZINCRBY via the `zincr` command. Passing negative values do...andy2009-12-151-1/+1
* adding support for setuptools to allow setup.py developAaron Raddon2009-12-061-1/+4
* changing the homepage urlandy2009-11-251-1/+1
* added support for setuptools, finally. props to Paul Hubbard for authoring s...andy2009-11-251-0/+46