Add travis-ci control file.

This commit is contained in:
Dave Shawley 2015-03-28 13:18:08 -04:00
parent 16ace6cc93
commit c01247d870

25
.travis.yml Normal file
View file

@ -0,0 +1,25 @@
%YAML 1.1
---
language: python
python:
- '2.7'
- '3.3'
- '3.4'
- pypy
install:
- pip install -e .
- pip install -r test-requirements.txt
- pip install tornado>=4.0,<5
script: nosetests
after_success:
- coveralls
# deploy:
# provider: pypi
# user: sprockets
# distributions: "sdist bdist_wheel"
# on:
# python: 2.7
# tags: true
# all_branches: true
# password:
# secure: bBvJ6OIyeEb6dw7OiNiXXZwCiY6B9AqczH7uA0bTlQArF3glJxTBz7xRVaXQZpL36IWW591VFmu8YIrHiNY1eIUhIAP74BRSQyHxyvfU7HMr5R9qQrBaoBJOU