sprockets.handlers.heartbeat/.travis.yml
Gavin M. Roy 8bb37d30ed Cleanup for release
- Update .travis.yml with pypi password
- Update example in documentation and README
- Add information in the history.rst file
- Update the requirements, removing sprockets and adding tornado
- Set the version in setup.py
2014-10-14 12:16:12 -04:00

26 lines
No EOL
584 B
YAML

%YAML 1.1
---
language: python
python:
- 2.6
- 2.7
- pypy
- 3.2
- 3.3
- 3.4
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
- pip install -r test-requirements.txt
- pip install -e .
script: nosetests
after_success:
- coveralls
deploy:
provider: pypi
user: sprockets
on:
python: 2.7
tags: true
all_branches: true
password:
secure: "iznyfbrIbZXOVWiGjroqExbpA9wFNgy3OEuyhT0r4nyYaLqAsbHxQFop6EqO7zt0laWiE1Cj0tpQSud6rf+Et1zN9j5Xcc0ftpZWuweVFM2zgULiZIWocG4MhwFPf+DuaGhunsrLcPhxA99Jzi/OxlOdgiGDYFviRAqy4V8GsH4="