Adding .travis.yml
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- 2.6
|
||||||
|
- 2.7
|
||||||
|
- pypy
|
||||||
|
- 3.2
|
||||||
|
- 3.3
|
||||||
|
install:
|
||||||
|
- "pip install --use-mirrors nose==1.2.1"
|
||||||
|
- "python setup.py develop"
|
||||||
|
script: nosetests
|
Reference in New Issue
Block a user