Commit Graph

6 Commits

Author SHA1 Message Date
Jason Meridth 4522ff5324 Add Python 3.5 to tox.ini for test runs
- also added skip-missing-interpreters option
http://tox.readthedocs.io/en/latest/config.html#confval-skip_missing_interpreters=BOOL

Change-Id: I461677ac11e59e7931931b3f5993bbcdf1192369
2016-05-11 12:29:30 -05:00
Jose Idar d8a0dcb5e6 Modernize setup.py and add wheel support
* Incremented version to 0.2.2 for pypi release.
  * Removed all post-install hooks.  All initialization and configuration
    should be done through the cafe-config cli tool.
  * Added setup.cfg with support for universal bdist wheel.
  * Updated MANIFEST.in file.
  * Updated README.rst to reflect new install procedures.
  * Modified cafe-config so that initialization command is now just
      "cafe-config init".
  * Since the ".opencafe" directory is no longer initialized at install
    while access to the source code is guaranteed, the plugins are now
    distributed as package_data, and installed as such to site-packages
    under the new "plugins" directory within the "cafe" namespace.
  * The plugins directory is moved to the cafe package directory as
     package_data.
  * The plugin cache is no longer created at initialization, and all
    code relating to it in the cli.py and managers.py file has been
    removed.
  * Removed pip-requires file in favor of including the only requirement,
    'six', in setup.py.  The plan is to refactor so as to remove the
    dependency on six eventually.
  * Renamed test-requirements.txt to test-requires.
  * Added Authors.rst

Change-Id: I28a605f926ae5f2d972a6a36171d0e4eb92cac09
2015-10-11 22:15:08 -05:00
Jose Idar 885b3eda56 Updating tox flake8 ignores, and fixing minor pep issues
Change-Id: I73ef0dd4d267dc8d3f548aaae1a7f5ebc9fbd044
2015-02-16 16:06:24 -06:00
Jose Idar 366c37794b Adds python 3.4 compatability to OpenCAFE
* Fixes all issued reported by 2to3
 * Adds 3.4 tox test support
 * Adds six to pip requirements file

Change-Id: Idb2743000e128651d02490de1415771647c98040
2014-07-29 10:30:18 -05:00
Jose Idar f7e4f0084a Fixes PEP8 issues as reported by tox and unittests
* Changes docstrings from single to double quotes.
 * Reformats multiline declarations with non-visual indentation.
 * Turns rsyslog resource into a plugin
 * Moves plugin-specific unittests into their respective plugins
 * Add tox support to plugins with tests

Change-Id: Ife172b165004c366ad64faa7c00afceb8e99c76d
2014-04-24 09:55:00 -05:00
John Vrbanac fe584c0663 Adding basic tox set for pep8 and python 27
Change-Id: I627bfd11d071cc3c99869c672a6f3fe1565cd55a
2014-01-27 11:16:16 -06:00