mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Added travis
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- export PYTHONPATH=.
|
||||
|
||||
script: ./runtests
|
||||
@@ -2,3 +2,4 @@ Jinja2==2.7.1
|
||||
Markdown==2.3.1
|
||||
PyYAML==3.10
|
||||
watchdog==0.7.0
|
||||
coverage==3.7.1
|
||||
|
||||
Reference in New Issue
Block a user