Skip to content

v1.12

Compare
Choose a tag to compare
@ionelmc ionelmc released this 10 Nov 14:18
· 533 commits to master since this release
  • Removed all references to Python 2.6 from various config files.
    Contributed by Lucas Wiman,
    #48.
  • Rename bin_name to command_line_interface_bin_name for more
    clarity.
  • Added test_matrix_separate_coverage option with default to "no".
    Previously the template generated two environment flavors in
    tox.ini: cover and nocov (what
    test_matrix_separate_coverage == "yes" would generate now).
  • Added sphinx_doctest option to complement the lack of doctest
    support when test_matrix_separate_coverage == "no" is used.
  • Added isort checks in tox.ini. Contributed by Fábio C.
    Barrionuevo da Luz in
    #50.
  • Removed "extension-coveralls" if it's not used. Contributed by
    Fábio C. Barrionuevo da Luz in
    #49.
  • Fixed issues when running ci/bootstrap.py on Python 3.
  • Fixed issues with Sphinx configuration so it works properly with
    Sphinx 1.4. Contributed by Sean Fisk in
    #55.
  • Changed default options to use templating and reuse the
    [project_name]{.title-ref}. Contributed by Christoph Sarnowski in
    #56.
  • Extended default coverage reporting to include tests.
  • Fixed trailing newline. Contributed in
    #67.
  • Fixed missing console_scripts entrypoint and improve nose
    configuration. Contributed by Laurent Laporte in
    #64.
  • Improved code style in a bunch of files. Contributed by Laurent
    Laporte in
    #62.
  • Fixed coverage combining in coveralls/codecov tox envs. Now append
    mode is used, to avoid discarding coverage data.