Commit Graph
11 Commits
Author SHA1 Message Date
Takeshi KOMIYA a880d0e84e Fix #3114: Install enum34 to test autodoc on py27 2016-11-02 21:35:50 +09:00
Takeshi KOMIYA a692009808 Merge branch 'stable' 2016-07-15 00:51:29 +09:00
Takeshi KOMIYA d0adc44b90 Enable nose-timer on Travis CI 2016-07-14 02:08:56 +09:00
Avram Lubkin 76b92ad24f Use html5lib to parse HTML in tests instead of XMLParser 2016-05-28 02:51:21 -04:00
Darragh Bailey 0b9ee8d451 Switch to using requests for better charset detection
Python requests does a better job of detecting the charsets of
webpages, performing automatic decoding when the text content is
requested, avoiding issues around needing to do detection.

This allows checking the following urls & anchors correctly:

    http://www.yaml.org/spec/1.2/spec.html#id2761803
    http://www.yaml.org/spec/1.2/spec.html#id2765878
    http://www.yaml.org/spec/1.2/spec.html#id2765878
2016-04-21 13:20:02 +01:00
Takeshi KOMIYA fd674ef9f9 Fix #2199: Use `imagesize` package to obtain size of images 2016-02-10 00:46:22 +09:00
shimizukawa caed7faa19 add flake8 testing 2015-03-07 17:59:28 +09:00
shimizukawa 3037d14a0d fix missing test requires 2015-02-24 01:06:29 +09:00
Ian Lee 926762ebc5 Add nose and mock to test reqs, needed by "make test". 2015-02-07 00:02:33 -08:00
Georg Brandl fadfa5ecf7 Require newer docutils and Pygments. 2015-01-01 19:02:19 +01:00
Georg Brandl b715103c45 Update travis.yml and add an explicit list of requirements. 2015-01-01 13:31:02 +01:00