Commit Graph

8 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
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
Christian Berendt 6baf013203 Warn against sorting requirements
Change-Id: I8f1786ec73e3b32a5877c499f4f0e58871b37a2a
2014-09-12 15:29:59 +02:00
Joshua Harlow 5bbb86c198 Add basic check test cases
Change-Id: Icb4ef09b68618e562062d1d79b1b09b1cef72d79
2014-08-28 17:37:35 -07:00
Jenkins abf1814540 Merge "Add Pylint testenv environment" 2014-08-15 19:26:57 +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 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