Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 0d993e1

Browse files
committed
Add travis config
1 parent eb389d5 commit 0d993e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
language: python
2+
3+
python:
4+
- 2.6
5+
- 2.7
6+
7+
install:
8+
- pip install -r requirements.txt
9+
- pip install -r dev-requirements.txt
10+
11+
script: make

0 commit comments

Comments
 (0)