Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add kafka 1.0.0 to travis integration tests | Dana Powers | 2018-02-01 | 1 | -0/+1 |
| | |||||
* | Use 0.11.0.2 kafka broker for integration testing (#1357) | Dana Powers | 2018-01-25 | 1 | -1/+1 |
| | |||||
* | Update to 0.11.0.1 for travis test fixture; use as default if unspecified ↵ | Dana Powers | 2017-10-08 | 1 | -1/+1 |
| | | | | (#1244) | ||||
* | Add 0.11.0.0 to travis test matrix, remove 0.10.1.1; use scala 2.11 ↵ | Dana Powers | 2017-08-13 | 1 | -1/+1 |
| | | | | artifacts (#1176) | ||||
* | Add kafka 0.10.2.1 into integration testing version (#1096) | Jianbin Wei | 2017-06-16 | 1 | -3/+1 |
| | | | | | * Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support | ||||
* | Run tests in python3.6 too (#992) | ms7s | 2017-03-03 | 1 | -1/+1 |
| | | | | | | * Test with Python 3.6 in Travis CI * Add Python 3.6 environment to tox config * Don't run automated tests on Python 3.3 | ||||
* | Update to 0.10.1.1 for integration testing (#953) | Dana Powers | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | Use 0.10.0.1 for integration tests (#803) | Dana Powers | 2016-08-11 | 1 | -1/+1 |
| | | | | | | * Add 0.10.0.1 fixture resources * Use new release 0.10.0.1 for 0.10 testing | ||||
* | Add kafka 0.10.0.0 to test list | Dana Powers | 2016-05-24 | 1 | -0/+1 |
| | |||||
* | Disabling travis deploys -- relying on manual uploads for now | Dana Powers | 2016-05-24 | 1 | -10/+0 |
| | |||||
* | Only deploy master branch now that travis bug is fixed. | Zack Dever | 2016-03-14 | 1 | -3/+1 |
| | | | | | This https://github.com/travis-ci/travis-ci/issues/1675 is now closed, but I don't know of a good way to test this. | ||||
* | Update to Kafka 0.9.0.1 for integration testing | Dana Powers | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | Attempt to fix travis shell magic for pypy | Dana Powers | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Dont run travis tests against 0.8.1 (keep 0.8.1.1); remove UNIT_AND_LINT_ONLY | Dana Powers | 2016-01-03 | 1 | -2/+0 |
| | |||||
* | Fix TRAVIS_PYTHON_VERSION magic in .travis.yml | Dana Powers | 2016-01-03 | 1 | -1/+1 |
| | |||||
* | Use pytest instead of nose for running tests via tox | Dana Powers | 2016-01-01 | 1 | -1/+1 |
| | | | | | | | - use pytest-sugar for pretty output - add linting to each python tox environment - drop lint as separate tox target - replace travis_selector.sh with shell magic | ||||
* | Update kafka broker list for travis testing (add 0.9.0.0, bump 0.8.2.2) | Dana Powers | 2015-12-04 | 1 | -1/+2 |
| | |||||
* | Cache pip and servers/ for travis builds | Dana Powers | 2015-12-04 | 1 | -0/+5 |
| | |||||
* | Update travis config to use container infrastructure | Dana Powers | 2015-12-04 | 1 | -4/+8 |
| | |||||
* | Add kafka 0.8.2.1 to integration tests, remove 0.8.2.0 | Dana Powers | 2015-06-10 | 1 | -1/+1 |
| | |||||
* | Add 0.8.2.0 to integration tests (and use recommended scala 2.10 by default) | Dana Powers | 2015-02-03 | 1 | -0/+1 |
| | |||||
* | This enables coveralls with travis | John Anderson | 2015-01-24 | 1 | -1/+4 |
| | |||||
* | Make all unit tests pass on py3.3/3.4 | Bruno Renié | 2014-09-03 | 1 | -0/+2 |
| | |||||
* | Add pylint to tox.ini; test both kafka and test; default to error-checking ↵ | Dana Powers | 2014-08-25 | 1 | -2/+2 |
| | | | | only; fixup errors; skip kafka/queue.py | ||||
* | Add TravisCI config for auto deployment | David Arthur | 2014-08-22 | 1 | -5/+12 |
| | | | | Tags applied to master will now be automatically deployed on PyPI | ||||
* | Tell Travis to build release-* branches as well as master | David Arthur | 2014-08-21 | 1 | -0/+5 |
| | |||||
* | Add kafka 0.8.1.1 to integration tests. | Dana Powers | 2014-08-13 | 1 | -0/+1 |
| | | | | | | - previous 0.8.1 src appears to have actually been 0.8.1.1 based on git submodule commit. So technically this adds back 0.8.1 to the test suite. | ||||
* | Use travis env vars to run kafka version tests in parallel | Dana Powers | 2014-08-12 | 1 | -3/+5 |
| | |||||
* | Attempt to reenable py26 and pypy builds | Mark Roberts | 2014-05-01 | 1 | -7/+9 |
| | |||||
* | Temporarily remove Python26 support from travis.yml | Mark Roberts | 2014-04-30 | 1 | -9/+8 |
| | |||||
* | Temporarily remove pypy support | Mark Roberts | 2014-04-30 | 1 | -9/+6 |
| | |||||
* | Update travis.yml based on ↵ | Mark Roberts | 2014-04-30 | 1 | -7/+9 |
| | | | | http://alexgaynor.net/2014/jan/06/why-travis-ci-is-great-for-the-python-community/ | ||||
* | Remove libsnappy-java | Mark Roberts | 2014-04-30 | 1 | -1/+0 |
| | |||||
* | Attempt to install libsnappy in the travis environment | Mark Roberts | 2014-04-30 | 1 | -0/+2 |
| | |||||
* | Update travis.yml | Mark Roberts | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | Update .travis.yml to support new test suite | Mark Roberts | 2014-04-30 | 1 | -5/+6 |
| | |||||
* | Remove Python 2.6 from CI builds, ref #57 | David Arthur | 2013-10-03 | 1 | -1/+0 |
| | |||||
* | Travis-CI workaround for multiprocessing.Queue OSError | David Arthur | 2013-10-03 | 1 | -1/+4 |
| | | | See https://github.com/travis-ci/travis-cookbooks/issues/155 for background | ||||
* | Add assembly-package-dependency to Travis config | David Arthur | 2013-10-03 | 1 | -2/+1 |
| | |||||
* | Adding git-submodule update to Travis YML file | David Arthur | 2013-10-02 | 1 | -0/+1 |
| | | | Hopefully this commit will trigger a build on TravisCI | ||||
* | add .travis.yml | Jim Lim | 2013-10-01 | 1 | -0/+18 |