diff options
author | Waylan Limberg <waylan.limberg@icloud.com> | 2016-01-28 22:09:56 -0500 |
---|---|---|
committer | Waylan Limberg <waylan.limberg@icloud.com> | 2016-01-28 22:09:56 -0500 |
commit | 81b724cfec03634c0bcd88b1bccb5936872d04e2 (patch) | |
tree | 076443e2a5e490d3e61aa02866f33ec1e90b74ad /test-requirements.txt | |
parent | 5562b054b45d84cebe470c65377828eb657acee3 (diff) | |
download | markdown-81b724cfec03634c0bcd88b1bccb5936872d04e2.tar.gz markdown-81b724cfec03634c0bcd88b1bccb5936872d04e2.tar.bz2 markdown-81b724cfec03634c0bcd88b1bccb5936872d04e2.zip |
Enabled pygments based tests.
Added pygments to test-requirements and updated codehiliting tests to
only test partial output as output differs depending on Pygments version.
Fixes #453
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 7c93558..b7bcf16 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,5 @@ nose coverage<4.0 pyyaml -pytidylib
\ No newline at end of file +pytidylib +pygments |