summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2458 from danielgtaylor/tox-pypyDaniel G. Taylor2014-08-041-1/+6
|\ | | | | Add pypy to tox config. Fixes #2458.
| * Add pypy to tox configDaniel G. Taylor2014-07-281-1/+6
| |
* | Remove custom mock install now that it's in requirements.txtDaniel G. Taylor2014-08-041-2/+0
| |
* | Remove mock from Python 3 requirements.INADA Naoki2014-07-281-0/+4
|/
* cloudwatch module: add backward-compatible support for Python 3.3+Felix Yan2014-07-131-1/+2
|
* Remove test dependency on env varDaniel G. Taylor2014-06-271-5/+12
|
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-3/+17
| | | | | | | | | | | | | | | | | 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.
* Add a tox.ini fileJames Saryerwinnie2012-06-131-0/+8
This runs the unittests across python 2.6 and 2.7 I also updated the requirements file to install tox, and pinned the requirements to specific versions.