Adds TravisCI config file
This commit is contained in:
parent
cd50bc5be7
commit
9592553dfa
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 2.7
|
||||||
|
install:
|
||||||
|
- pip install -q -r requirements.txt --use-mirrors
|
||||||
|
- pip install -q -r test-requirements.txt --use-mirrors
|
||||||
|
script:
|
||||||
|
- python setup.py testr
|
Loading…
x
Reference in New Issue
Block a user