summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for older PythonPierre Ossman2020-12-141-1/+1
| | | | | All active distributions should now support at least Python 3.4, so let's clean things up by removing older compatibility code.
* Enable TravisSolly Ross2015-05-131-4/+2
| | | | | | 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.
* Update Tests and Test PluginsSolly Ross2015-05-131-0/+19
This commit updates the unit tests to work with the current code and adds in tests for the auth and token plugin functionality.