Commit Graph

4 Commits

Author SHA1 Message Date
Andreas Jaeger 9ce57f3f39 Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Remove babel.cfg, this is not needed here at all
- Update requirements, no need for python_version anymore
- Switch to using sphinx-build
- Use newer openstackdocstheme and Sphinx versions
- Cleanup */source/conf.py to remove now obsolete content.
- Remove install_command from tox.ini, the default is fine
- Use TOX_CONSTRAINTS_FILE, UPPER_CONSTRAINTS_FILE is obsolete

Change-Id: If3228ad42346d6f405e0c6b6580ecd48a7511525
2020-05-09 16:45:25 +02:00
sslypushenko e95f43bc6e Add i18n support
Change-Id: I46f82ae4c9803c866dfb594064df15e2b1a5c2ad
2016-09-07 18:13:18 +03:00
sslypushenko c59ed6dec5 Added core and CLI
* Added core functionality of valitation tool:
  - Package loading
  - Validators discovery(plugins)
  - Validation of package

* Added CLI runner

Partial-blueprint: package-validation

Change-Id: Ia03914f7e48e5a43ef290deb95e08c66446c08ef
2016-08-24 17:05:08 +03:00
sslypushenko 0a97def364 Commit project structure
Based on cookiecutter project template

Change-Id: Iabedcc77d1d915fcee4769e1bb67db69d375b6cb
2016-08-22 16:46:38 +03:00