Commit Graph

14 Commits

Author SHA1 Message Date
Stephen Finucane 57d1e9afc9 Project Migration to PyCQA
This change rehomes the project to PyCQA [1] as reported to the
openstack-dev mailing list [2].

[1] https://mail.python.org/pipermail/code-quality/2019-July/001112.html
[2] http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007878.html

Change-Id: I5472bea4994664495220ee4ab565f95666f21eee
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Depends-On: I740c66cd959db1efa8ca8c9f29d4da4b66fbd993
2019-07-18 14:30:50 +01:00
Andreas Jaeger 08be40a220 Change py34 to py35
Master is running on xenial now which tests python35, so change default
target to py35 in tox.ini.

Change-Id: Idf8672922a5508da841f7355c95b50a221416c0c
2016-12-15 20:04:23 +01:00
Jenkins 3c787e753f Merge "Remove support for py33/py26" 2016-01-25 22:41:25 +00:00
Jenkins d5816ab7f0 Merge "Put py34 first in the env order of tox" 2016-01-25 22:41:19 +00:00
reedip 5abd30494e Remove support for py33/py26
Python 3.3/Python 2.6 is not supported from Mitaka, as per Infra.
The following patch removes the support for the same.

Change-Id: Ibb91e89abf0277466b28d2df74f89e46c04b5d42
Closes-Bug: #1526170
2016-01-07 01:26:39 +00:00
Janonymous 0e7e4b1eaf Put py34 first in the env order of tox
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.

Change-Id: Ic4850e0dde4080e0faceb78665e11558eb4f72ba
Closes-bug: #1489059
2015-12-22 18:21:38 +05:30
Ondřej Nový b0dd12d737 Deprecated tox -downloadcache option removed
Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: Id9cb6a024049932501c41b393ce9cf9ad7c2cc86
2015-12-11 21:14:38 +01:00
Julien Danjou 4d82c269ab Fix Python 3 support
This fixes Python 3 support for doc8.

Change-Id: Id3f3a35f2d68c4cb6eefcf7a960d7991b8f4522f
2015-01-27 14:33:56 +01:00
Jenkins abf1814540 Merge "Add Pylint testenv environment" 2014-08-15 19:26:57 +00:00
Jenkins 89a5a76c30 Merge "Check documents for doc8 issues and fix one doc8 issue" 2014-08-15 19:24:40 +00:00
Christian Berendt eb757e9b8f Add Pylint testenv environment
Change-Id: Ib1425bba847e32a7c93c3e3c1bb26bcb1d03c64c
2014-08-15 14:32:30 +02:00
Christian Berendt 598d68c14d Check documents for doc8 issues and fix one doc8 issue
We should really use doc8 in the doc8 repository.

Change-Id: Ie37b053a0a57fcd053fdc23f4b9c8d2580f8087e
2014-08-15 14:27:50 +02:00
Christian Berendt 53139e47e4 Enable checks for H302 and F401
* H302 do not import objects, only modules
* F401 module imported but unused

Change-Id: I9625257a051747c9e9d372e48e03cb02fb3ab53d
2014-08-15 14:21:46 +02:00
Christian Berendt 72d30dae0a Make build environment workable
* Add files needed to build documentation. They are copied
  from the cookiecutter repository.

* Replace setup.py and add setup.cfg

* Add tox.ini

* Add requirements.txt and test-requirements.txt

* Fix hacking issue H307 (like imports should be grouped together)

Change-Id: I325bb07233853611e8f0952a554a30dba2b7dfe7
Co-Authored-By: Joshua Harlow <harlowja@yahoo-inc.com>
2014-08-01 16:18:40 +02:00