summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
...
* pycodestyle requires python 2.7 or greaterAndy McCurdy2018-10-281-1/+1
| | | Co-Authored-By: RoeyPrat <roey.prat@redislabs.com>
* pep8 was renamed to pycodestyleRoey Prat2018-10-281-4/+4
|
* Test Python 3.6 in Travis CI and document in setup.pyJon Dufresne2017-01-281-1/+1
|
* Specify mock requirement for toxCarlton Gibson2016-06-101-1/+3
|
* simplified testing configuration and added Python 3.5 to the matrixAlex Grönholm2015-11-031-39/+9
|
* test against Python 3.4 with tox. note 3.4.0 has issues, use 3.4.1 insteadAndy McCurdy2014-05-291-1/+8
|
* better error handling with hiredis. fully fixes #456Andy McCurdy2014-04-211-4/+4
|
* fix pep8 environment, explicit python versions and require pytest>=2.5Andy McCurdy2014-03-291-13/+11
|
* work with new pip/toxAndy McCurdy2013-08-231-6/+0
|
* updated tox config for pytestpytestandy2013-06-081-9/+30
|
* test hiredis builds with toxandy2013-05-251-1/+17
|
* make tox run newest pep8andy2013-05-061-1/+1
|
* Format code per pep8 guidelinesPaul Belanger2013-03-301-1/+5
| | | | | | A simple patch to enable pep8 in tox and format our code properly. Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
* Improved testing for multiple interpreters supportRoman Imankulov2012-11-211-0/+5
- Added version "3.3" to .travis.yml - Added configuration file to support testing with tox