Skip to content

Commit 819ee49

Browse files
committed
add travis-ci
1 parent 8a043e1 commit 819ee49

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
6+
# command to install dependencies
7+
install: "pip install -r requirements.txt"
8+
9+
# command to run tests
10+
script: nosetests

requirements.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
alabaster==0.7.6
2+
Babel==2.1.1
3+
coverage==4.0
4+
docutils==0.12
5+
funcsigs==0.4
6+
Jinja2==2.8
7+
MarkupSafe==0.23
8+
mock==1.3.0
9+
nose==1.3.7
10+
nose2==0.5.0
11+
pbr==1.8.1
12+
Pygments==2.0.2
13+
pytz==2015.6
14+
six==1.10.0
15+
snowballstemmer==1.2.0
16+
Sphinx==1.3.1
17+
sphinx-rtd-theme==0.1.9

0 commit comments

Comments
 (0)