summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Retry installation commands on Travis CIDaniel G. Taylor2014-07-281-2/+2
| | | | As recommended in http://blog.travis-ci.com/2013-05-20-network-timeouts-build-retries/
* update .travis.yml to add pypyFelix Yan2014-07-231-0/+1
|
* Remove test dependency on env varDaniel G. Taylor2014-06-271-2/+0
|
* Explicitly set hash seed for TravisDaniel G. Taylor2014-06-271-0/+2
|
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-2/+6
| | | | | | | | | | | | | | | | | This updates most of the code to be forward-compatible with Python 3.3 and 3.4 while still continuing to support 2.6 and 2.7. It **drops** support for Python 2.5. Python 3 support is added for common Boto modules (`boto/*.py`) as well as S3, SQS, Kinesis and CloudTrail. Several other modules may work but have not been thoroughly tested. The `tox` configuration has been updated to run tests for all supported environments, and for now a whitelist is used for Python 3 unit tests. A new porting guide is included to help community members port other modules to Python 3, and both the README and Sphinx index list which modules currently support Python 3.
* Install Travis language pack to fix testsDaniel G. Taylor2014-06-051-0/+2
|
* Altered the pip install for Travis.Daniel Lindsley2014-02-271-1/+1
|
* Use pypi mirrors and don't apt-get update for travisciJames Saryerwinnie2012-07-091-2/+1
|
* Remove travisci branch filteringJames Saryerwinnie2012-07-091-3/+0
|
* Install swig (needed for M2Crypto)James Saryerwinnie2012-07-091-0/+3
|
* Only build the travis-ci branch to testJames Saryerwinnie2012-07-091-0/+3
|
* Add a .travis.yml config for travis ciJames Saryerwinnie2012-07-091-0/+6
Very basic config, it just installs the needed dependencies and runs the unittests.