Commit Graph

9 Commits

Author SHA1 Message Date
Clark Boylan 0b7c438455 Switch from tox to nox
Recent tox releases have put us on a config treadmill. Avoid these
issues entirely by using nox. Nox is a tox alternative that uses
standard tools like pip and should be simpler to use for us.

Change-Id: I24277512cf542bac7a8852d50009c6f08db7fa37
2023-05-19 17:14:09 +00:00
Brian Rosmaita f34c110fd9 Update documentation
Update various URLs in the docs, add .eggs to .gitignore, and correct
a pep8 problem in gerrit.py

Change-Id: Ie86ff3a7cb6e9c742eac0eab243cc374ead42fb6
2021-01-04 22:19:38 -05:00
Sorin Sbarnea 2f666c7b35 Replace testrepository with stestr
Replace outdated testrepository with its newer sibling, which
is maintained.

Change-Id: I9755b82d8a2a82f146e71fdc0f32e3f6002e804d
2020-05-20 20:07:15 +01:00
Sorin Sbarnea ffbc080f1a Updated list of Python versions in tox
Change-Id: I40118820d7eb0956dc012556aa1d5767f40d652e
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
2018-01-27 14:50:51 +00:00
Antoine Musso 207357ea9e Doc generation support
Based on cookiecutter and slightly tweaked afterward.

* conf.py has autoclass_content = 'both' to generate the __init__
  documentation.
* bumped doc copyright to 2015.
* adds in tox environement 'docs' as a convenience

Change-Id: I69bb4179be343ab7c8a44f6fb80d5a428fe30e17
2015-02-11 10:09:59 +01:00
Antoine Musso ee4d151ade Apply cookiecutter defaults
Launchpad points to https://launchpad.net/openstack-ci which I assume is
a catch all.

[setup.cfg]
* skipped files.packages section which is unneeded
* removed obsolete pbr global.setup-hooks

Change-Id: I26bddf6a1bb1ce7a10ea0f8d9f40a916dcba0c90
2014-06-02 18:22:04 +02:00
Robert Collins 738bb57c2b Ignore editor files.
Change-Id: Icbf58813c202dacdde56a18a895b7ea7b44f0f55
2013-10-03 10:45:10 +13:00
Monty Taylor f8e6f03258 Ignore versioninfo file.
Change-Id: I502fab510495fa0421acdd61d3af662f9d8608a2
2012-11-13 09:03:20 -08:00
Clark Boylan 3f74a198c8 Add a project wide .gitignore.
Add a .gitignore file to the project. Ignore: .pyc, build/*, and
tox/venv stuff.

Change-Id: I66ca2b023a555e520dd4f5f7e2a24a9624a934f2
2012-07-11 21:03:32 +00:00