mirror of
https://github.com/sprockets/sprockets.handlers.heartbeat.git
synced 2024-11-15 03:00:27 +00:00
8bb37d30ed
- 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
26 lines
No EOL
584 B
YAML
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=" |