- May 18, 2017
-
-
Dan Michael O. Heggø authored
-
- Aug 21, 2016
-
-
Lukas Juhrich authored
I did this kind of on personal interest, since my emacs (using flake8) marks every violation (meaning: line >79 chars) red, which is pretty annoying. I personally think 90 is a realistic guideline.
-
Lukas Juhrich authored
Remove python2.6 from - Travis - Tox - PyPi tags - documentation and readme Also, Simplify an import clause. This fixes #133
-
- Nov 09, 2015
-
-
Dan Michael O. Heggø authored
-
- Jul 25, 2015
-
-
Dan Michael O. Heggø authored
Should at least be compatible with Python 3.4 now. Can't get Python 3.3 to work locally, but let's see with Travis.
-
- Aug 31, 2014
-
-
Dan Michael O. Heggø authored
- For some reason, 'pytest-cache' isn't found by setup.py if not specified explicitly in 'tests_require' - Add tox.ini so tests can be run using tox if desired - Update test to not be dependent on serialization
-