summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-051-4/+4
* chore(core): Update matrix: add pypy3, drop py27Charles-Henri de Boysson2020-06-211-1/+1
* Remove unused GEVENT_VERSION env variable.462-virtualenv-continuedHanno Schlichting2017-07-241-2/+0
* Remove deprecated `pip --download-cache` option.Hanno Schlichting2017-07-241-4/+0
* Use the right python executable.Hanno Schlichting2017-07-241-2/+2
* chore: stop bundling virtualenvJeff Widman2017-07-241-1/+4
* Make use of the new travis-ci caching mechanism.Hanno Schlichting2015-05-281-1/+3
* We don't need to depend on as tox builds the same envJoshua Harlow2015-03-181-1/+1
* Fix a missing/bad tab, makefiles...Joshua Harlow2015-03-181-1/+1
* Add tox.ini for using tox for testingJoshua Harlow2015-03-181-28/+9
* Start testing against Python 3.4 and update to gevent 1.0.1.Hanno Schlichting2014-06-061-1/+1
* Cleaned up the Zookeeper make targets to use the proper variables in the Make...Jordon Mears2014-03-311-6/+5
* update bundled virtualenv to 1.11.4Hanno Schlichting2014-03-141-3/+2
* test against the new ZK 3.4.6Hanno Schlichting2014-03-141-1/+1
* Check the right version of gevent in the env.Ben Bangert2014-03-101-1/+1
* try to fix gevent 0.13.8 installation while keeping 1.03c3 workingHanno Schlichting2013-09-251-1/+1
* Point to new location and update to gevent 1.0rc3, closes #123Hanno Schlichting2013-09-201-2/+2
* Include thread id in logging messages.Ben Bangert2013-07-191-1/+1
* correct gevent 1.x download urlHanno Schlichting2013-04-291-1/+1
* squash merge wickman/pull/70Brian Wickman2013-04-281-2/+2
* remove `--progress-bar` from curl call - this avoids long output on travisHanno Schlichting2013-03-291-1/+1
* update to gevent 1.0rc2Hanno Schlichting2013-01-021-1/+1
* Use ZK 3.4.5Hanno Schlichting2012-11-191-1/+1
* update to test against gevent 1.0rc1Hanno Schlichting2012-11-041-2/+2
* test against new ZK 3.4.4 release and make it the new default targetHanno Schlichting2012-09-241-1/+1
* remove `ant compile` from `make zookeeper` - we don't actually need itHanno Schlichting2012-09-221-1/+1
* avoid installing Sphinx and its dependencies on travis-ciHanno Schlichting2012-09-221-4/+7
* Test and declare PyPy compatibilityHanno Schlichting2012-09-221-1/+10
* correctly detect Python 3.x in MakefileHanno Schlichting2012-09-211-1/+1
* prevent nose test discovery from importing `handlers.gevent`Hanno Schlichting2012-09-211-1/+1
* mangle build setup to install less stuff under Python 3.2Hanno Schlichting2012-09-191-2/+7
* use our own local copy of virtualenvHanno Schlichting2012-09-191-1/+2
* only upgrade versions in pip while processing requirements.txtHanno Schlichting2012-09-131-2/+2
* update to gevent 1.0b4Hanno Schlichting2012-09-131-1/+1
* let's try that againHanno Schlichting2012-09-131-1/+1
* try testing against gevent 0.13 and 1.0Hanno Schlichting2012-09-131-0/+3
* don't pollute the shell environment with the ZOOKEEPER_PATH variableHanno Schlichting2012-09-101-1/+1
* Test with verbose in case of dead-locks.Ben Bangert2012-09-081-1/+1
* stop building the ZK C-library, we don't need it! :)Hanno Schlichting2012-09-071-3/+0
* try running tests against ZK 3.3 and 3.4 serversHanno Schlichting2012-09-071-1/+1
* don't build zkpython as part of `make zookeeper`Hanno Schlichting2012-08-071-5/+0
* introduce a requirements.txt to pin down all dependenciesHanno Schlichting2012-08-071-2/+2
* turn off verbose test mode againHanno Schlichting2012-08-071-1/+1
* update to ZK 3.3.6Hanno Schlichting2012-08-071-1/+1
* when building zookeeper, reinstall zc-zookeeper-staticHanno Schlichting2012-08-071-0/+1
* Update to recent gevent 1.0b3Hanno Schlichting2012-07-311-1/+1
* turn on verbose nose outputHanno Schlichting2012-07-301-1/+1
* a bit less verbose output while building zookeeperHanno Schlichting2012-07-191-1/+1
* add a new `make html` target to the top-level MakefileHanno Schlichting2012-07-131-0/+4
* Add make command to install local ZookeeperHanno Schlichting2012-07-121-1/+27