Skip to content

Commit 24e031b

Browse files
author
Jyrki Pulliainen
committed
Add travis support
1 parent 6645dcd commit 24e031b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
install: "pip install -r travis-requirements.txt"
6+
script: nosetests

travis-requirements.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Jinja2==2.7.1
2+
MarkupSafe==0.18
3+
Pygments==1.6
4+
Sphinx==1.2
5+
docutils==0.11
6+
mock==1.0.1
7+
nose==1.3.0

0 commit comments

Comments
 (0)