Add support for travis-ci continuous integration
This commit is contained in:
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
language: python
|
||||
|
||||
services:
|
||||
- mongodb
|
||||
|
||||
install:
|
||||
- sudo apt-get install xmlsec1
|
||||
|
||||
script:
|
||||
- ./setup.py test
|
Reference in New Issue
Block a user