The previous patch removes anything that runs the pyflakes env. This
patch removes the env itself becaus it's now not used.
Change-Id: I89d1f6669fc0b95d2944318504e15bd2101e8bce
pyflakes is run py flake8. Patches have been submitted to all project to
ensure that they are using flake8 instead.
Change-Id: I541e47911e4dd79626646f66320d16ad0b2dc881
* tox.ini: Upgrade pip within tox virtualenvs for
openstack-infra/config. Without doing this, tox uses the system pip
version within the constructed virtualenv, and may inadvertently
pull in prerelease versions of dependencies from PyPI. Note that the
option used requires tox 1.6 or newer.
Change-Id: Ie5276a4437e72c5f5a8d1ecf5a7c07977fa5bd77
The existing ci-docs job is a one off job that was configured by hand.
Define the ci-docs job as a Jenkins Job Builder job using the existing
project-docs utilities.
To make the existing utilities work within the puppet repo the doc files
have been moved to doc/source, setup.cfg added to build docs in the new
dir, setup.py builds openstack-ci-puppet (instead of nova), tox now has
a venv virtualenv, and the .gitignore has been updated appropriately.
Change-Id: Ic0f291af181b4ef8eff62c5ec7cf3ccfa5b79800
Reviewed-on: https://review.openstack.org/13729
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
Pyflakes builder was switched to using tox but this repo doesn't have a
tox.ini so all builds failed. Also fixes setup.py for when we don't
need Sphinx
Change-Id: I49d425d001cde159c354be53b7d57eebdb4446df