Add .travis.yml for Travis CI
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- pypy
|
||||
install: python setup.py install
|
||||
before_script: pip install nose
|
||||
script: nosetests
|
||||
Reference in New Issue
Block a user