Commit Graph

14 Commits (master)

Author SHA1 Message Date
Adrien Barbaresi 8ea6a20e01
Skip missing interpreters in tox.ini 4 years ago
Yuri Baburov 4980b0c141
Merge branch 'master' into py38 4 years ago
Éloi Rivard f9977b727d Documentation draft 4 years ago
Éloi Rivard 326fb43b4c Drop support for python 3.4 - Add support for python 3.8 4 years ago
Yuri Baburov 494b19ed4e
Merge branch 'master' into many_repeated_spaces_timeout 6 years ago
Linas Valiukas bdb6d671d8 Test with Python 3.7 on Travis 6 years ago
Linas Valiukas 2bbb70b3e5 Fix Travis build
Add "test" extra and install dependencies for said extra as detailed in:

https://stackoverflow.com/a/41398850/200603
6 years ago
Yuri Baburov 8235f0794c Trying to pass travis tests. 6 years ago
Hugo 4172699812 Add Python 3.5 and 3.6 7 years ago
Hugo f74adc6893 Drop support for EOL Python 3.3 7 years ago
Hugo 27159f45b3 Drop support for EOL Python 2.6 7 years ago
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.
9 years ago
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.
9 years ago
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.
9 years ago