aboutsummaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
Commit message (Collapse)AuthorAgeFilesLines
* Enabled pygments based tests.Waylan Limberg2016-01-281-1/+2
| | | | | | Added pygments to test-requirements and updated codehiliting tests to only test partial output as output differs depending on Pygments version. Fixes #453
* Coverage 4.0 dropped support for Python 3.2. Until we drop Python 3.2, we ↵Waylan Limberg2015-10-261-1/+1
| | | | must stick with coverage<4.0.
* Added test-requirements.txtWaylan Limberg2015-01-101-0/+4
This should make it easier to install test deps even when not using tox.