mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-17 06:20:24 +00:00
- Merged improvements from Wenzil's fork. Thanks Wenzil! - Update for new version of Markdown breaks backwards compatability. - Dropped test support for Python 2.6 - Fixed test suite (including Travis CI config)
9 lines
128 B
YAML
9 lines
128 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
- "3.4"
|
|
- "3.5"
|
|
install: "pip install . nose mock"
|
|
script: nosetests
|