Skip to content
Snippets Groups Projects
  1. May 27, 2017
  2. Feb 18, 2017
    • ulif's avatar
      Start support for py3.6. · 31a9cca7
      ulif authored
      Looks like there are no problems with Python 3.6 yet. We make it a
      regular target in tox and will start official support in `setup.py`
      after a while.
      31a9cca7
  3. Sep 14, 2016
    • ulif's avatar
      Move pytest config from `setup.cfg` to `tox.ini`. · 27b8ebd0
      ulif authored
      Use of ``[pytest]`` section in `setup.cfg` is deprecated while
      the new section name ``[tool:pytest]`` is not recognized by older
      `pytest` versions.
      
      To stay compatible with older `pytest` and avoid warnings with
      `pytest` 3.0+, we move the whole config to `tox.ini`, where still
      the old section name is valid.
      27b8ebd0
  4. Apr 17, 2016
    • ulif's avatar
      Drop Python3.2 support. · 1324faf2
      ulif authored
      `pip`, `wheel` and other fundamental helpers dropped or are going
      to drop py3.2. It makes no sense to stick with it.
      1324faf2
  5. Dec 20, 2015
  6. Nov 19, 2015
  7. Nov 15, 2015
    • ulif's avatar
      Reenable doctests in py modules. · 64a5f2fb
      ulif authored
      We pin py.test to version < 2.8.0 to make it work with the
      `--doctest-modules` option enabled. We still wait for this bug
      in py.test being fixed (announced in issue tracker for 2.8.3
      release of py.test).
      64a5f2fb
  8. Oct 30, 2015
  9. Jun 28, 2015
  10. Jun 27, 2015
  11. Jun 23, 2015
  12. Apr 07, 2015
  13. Apr 03, 2015
  14. Jan 26, 2015
Loading