Skip to content

Commit 0f41dc2

Browse files
author
Roland Hedberg
committed
Merge pull request #162 from erickt/travis
Add support for travis-ci continuous integration
2 parents a22a9c6 + 3ae71cc commit 0f41dc2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
3+
services:
4+
- mongodb
5+
6+
install:
7+
- sudo apt-get install xmlsec1
8+
9+
script:
10+
- ./setup.py test

0 commit comments

Comments
 (0)