Include all supported Python versions as trove classifiers. Helps
library users know, at a glance, if the library can be integrated with
a project.
Remove Python 2.6 trove classifier, support was removed in
9bcf955af8dd62aa52c86e48a4868d2725353531
Also add trove classifier for PyPy as it is included in the tox test
matrix.
Change-Id: Iff7dcec47260006b325e3059cfaf8b8e912d2318
Add a new environment that will install the latest development version
of requests. This lets you check for anything new coming down that might
bite us in upcoming releases.
Change-Id: I3dfaf79c681c5c4075b387947d797285c011cb88
To solve the problem of "db type could
not be determined" on py34 we have to run first the py34 env to, then,
run py27. This patch puts py34 first on the tox.ini list of envs to
avoid this problem to happen. py33/py26 is not supported from Mitaka,
as per Infra, therefore removing the support for the same.
Closes-Bug: #1526170
Closes-bug: #1489059
Change-Id: Ia4a7d21179efc17d4d9af2bbc0c060e5b6512b79
The locations provided are no longer available. The cgit portion of the
URL has been removed.
Switch to https:// for transport.
Closes-Bug: #1402501
Change-Id: I7216259dcbae2104ee4a4dba6a451e11b14d3214
Doc builds are failing, apparently it's fixed by having pbr installed.
PBR really should be installed in all tox environments so just put it in
the main tox deps.
Change-Id: Iffc9a343d2953800a0afb4a92a5a6835e868994d
As per the governance resolution https://review.openstack.org/119875,
projects should have a docs environment in their tox.ini testing
interface. Add one.
Change-Id: Ia92b59e9b0db701b152d9c76535d7dcffdacf45d
When running the keystoneclient and novaclient tip tests we should run
against the development branch of requests as well so that we are not
surprised by new releases upstream.
Change-Id: Iac36c91adbdf2b6fa8444d15aa8f9dee66f7e297
Related-Bug: #1363632
Requests 1.2.3 seems to be a real pain, it's right before the v2.0
cleanup and there have been a number of inconsistencies. Create a tox
environment for checking them, and we should really gate on this as
well.
Change-Id: I343b9b7124a6bfb8e1fb711a286b8a896f50fc7b
We want to be able to test changes in requests-mock against some of our
consumers to ensure we don't break anyone.
Change-Id: I029c25d7274e0d7638d85cbf3dc6c42aad3a5463
- Add Sphinx to test-requirements
- Add a venv environment to tox for zuul runner.
- Fix pep8 issue in tests.
Change-Id: I742802381e588790a86d00371829dc88d21c9e64