add travis ci
This commit is contained in:
parent
9ee1b579dc
commit
442267a146
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "pypy"
|
||||||
|
- "2.7"
|
||||||
|
- "3.2"
|
||||||
|
- "3.3"
|
||||||
|
- "2.6"
|
||||||
|
# command to install dependencies
|
||||||
|
install: "pip install -r requirements.txt --use-mirrors"
|
||||||
|
# # command to run tests
|
||||||
|
script: nosetests
|
Loading…
x
Reference in New Issue
Block a user