summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAge
* Apply patches.Jelmer Vernooij2017-03-24
|
* run Tox with setuptools 6.1 or higherMartin Zimmermann2016-02-21
|
* add py35 to tox, fix missing dependency for py26Martin Zimmermann2016-01-08
|
* use python-passlib fallback on DebianMartin Zimmermann2014-05-29
|
* pin versions for Squeeze and Wheezy, also remove py26 from default runMartin Zimmermann2014-05-28
| | | | | | Python2.6 is EOL and my distributions is about to remove it. Travis CI uses Ubuntu 12.04 LTS and can still test Python2.6 for at least three years.
* add Python 3.4 to Tox and Travis CIMartin Zimmermann2014-04-21
|
* run testsuite via setuptoolsMartin Zimmermann2014-03-28
|
* remove doctest-ignore-unicode dependencyMartin Zimmermann2014-03-28
|
* replace assert foo == bar with appropriate self.assert$Foo callsMartin Zimmermann2014-02-04
| | | | | except for test_migration because there are improved tests available in the feature/cli branch
* pin versions to current Debian Wheezy/UnstableMartin Zimmermann2014-01-30
|
* add support for html5lib==0.95, fixes #60Martin Zimmermann2014-01-30
| | | | | The python-html5lib package in Debian Wheezy does not support `etree` as tree builder (called `simpletree` back then).
* whitelist external ipaddr package in tox configurationMartin Zimmermann2014-01-07
|
* simplify nosetest usageMartin Zimmermann2013-11-25
|
* remove indexserver from tox.ini (use PyPi instead)Martin Zimmermann2013-11-18
|
* install ipaddr for python2, appendum to #32Martin Zimmermann2013-11-10
|
* add backport for werkzeug 0.8 to test matrixMartin Zimmermann2013-11-04
|
* improve doctests and refactor title extractionMartin Zimmermann2013-10-29
|
* purge comments in moderation queue after given time, closes #13Martin Zimmermann2013-10-24
|
* support for Python 3.3Martin Zimmermann2013-10-09
|
* use configparser backport to support python2.6 againMartin Zimmermann2013-10-09
|
* add tox.iniMartin Zimmermann2013-09-08