Merge "Work toward Python 3.4 support and testing"

This commit is contained in:
Jenkins 2014-09-07 18:32:14 +00:00 committed by Gerrit Code Review
commit 485cdc892c
3 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@ Cookiecutter template for an OpenStack project. See https://github.com/audreyr/c
* hacking_: Enforces the OpenStack Hacking Guidelines
* testrepository_: Runs tests using testrepository
* OpenStack-Infra_: Ready for OpenStack Continuous Integration testing
* Tox_ testing: Setup to easily test for Python 2.6, 2.7, 3.3
* Tox_ testing: Setup to easily test for Python 2.6, 2.7, 3.3, 3.4
* Sphinx_ docs: Documentation ready for generation and publication
Usage

View File

@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py26,py27,pypy,pep8
envlist = py33,py34,py26,py27,pypy,pep8
skipsdist = True
[testenv]