Merge "Work toward Python 3.4 support and testing"
This commit is contained in:
commit
485cdc892c
@ -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
|
||||
|
@ -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 =
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
envlist = py33,py26,py27,pypy,pep8
|
||||
envlist = py33,py34,py26,py27,pypy,pep8
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
|
Loading…
x
Reference in New Issue
Block a user