travis
This commit is contained in:
parent
fd42769f96
commit
ac4bf5c9b0
1 changed files with 6 additions and 0 deletions
6
.travis.yml
Normal file
6
.travis.yml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
install: pip install -r requirements.txt --use-mirrors
|
||||||
|
script: python tests/unit-tests.py test
|
Loading…
Reference in a new issue