Takashi Kajinami
c269a9debc
Extend max line length
...
The existing code does not expect 79 characters limit. Extend the limit
to avoid mass update.
2025-07-03 23:01:44 +09:00
Takashi Kajinami
d19312ba75
tox: Restore pep8 target
...
... so that we can run flake8 check more easily. Note that the check
is not yet enforced in CI.
2025-06-24 21:27:04 +09:00
Takashi Kajinami
03dba52b04
Fix test command to run unit tests
...
It should have been updated when nose was replaced by nose2[1].
[1] 9ac3272d2b
2025-06-04 00:54:44 +09:00
Takashi Kajinami
c24fbbce94
tox: Update default env
...
Support for python 3.4 was removed long time ago. Use py3, which may
be translated to the default system python for convenience.
2025-06-04 00:51:46 +09:00
Pierre Ossman
96eda1a5c7
Remove support for older Python
...
All active distributions should now support at least Python 3.4, so
let's clean things up by removing older compatibility code.
2020-12-14 13:48:54 +01:00
Solly Ross
2e57ee3159
Enable Travis
...
This commit enables running the unit tests on Travis for Python 2.6,
2.7, 3.3, and 3.4. Note that Travis does not support Python 2.4, so
we cannot test there.
2015-05-13 16:03:57 -04:00
Solly Ross
04fd789a67
Update Tests and Test Plugins
...
This commit updates the unit tests to work with the current code
and adds in tests for the auth and token plugin functionality.
2015-05-13 16:03:57 -04:00