Commit Graph

5 Commits

Author SHA1 Message Date
Hugo
f74adc6893 Drop support for EOL Python 3.3 2017-11-26 22:20:57 +02:00
Hugo
27159f45b3 Drop support for EOL Python 2.6 2017-11-26 22:14:25 +02:00
Martin Thurau
ce7ca26835 Adds compatibility raise_with_traceback method to support different raise syntax
Unfortunately the Python 2 `raise` syntax is not supported in Python 3.3 and not all 3.4.x versions so we deal with that by using conditional imports and a compatibility layer.
2015-04-29 23:35:18 +02:00
Martin Thurau
aa4132f57a Adds Python 3.4 support.
Code now supports Python 2.6, 2.7 and 3.4. PYthon 3.3 isn't support
because of some issues with the parser and the difference between old and
new `raise` syntax.
2015-04-29 16:18:21 +02:00
Martin Thurau
13cca1dd19 Adds tox configuration.
Adds tox.ini to support running the tests on multiple versions. Adds
requirements.txt to support dependency installtion via pip.
2015-04-29 16:16:46 +02:00