sprockets.cli/.travis.yml
Gavin M. Roy fdae6b6f89 Work in progress on initial commit
- Moved from sprockets package
- Added plugin support
- Fixed conditional cli switches
- Import the module when not using a registered sprockets app
- Add a setup.cfg for wheel distribution
- Update .travis.yml to include wheel distribution
- Initial limited tests
2014-10-14 16:32:37 -04:00

24 lines
560 B
YAML

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 requirements.txt
script: nosetests
after_success:
- coveralls
deploy:
distributions: sdist bdist_wheel
provider: pypi
on:
python: 2.7
tags: true
all_branches: true
user: sprockets
password:
secure: VjpiEYdgOh+FXy0Xh7hoz15OQaViHo0JwkQAZh41EC5CGtLz4hUT3sUxxR0hsBLdFALv7j8yf68UyzyvKho1Rc1apAydDyzGduFBk9jsc9U3ZDjQ2rF+ROWjdjB0PN+yx1BJEui4YeK5W2hCzP9iPs/KRPuce8+UESTDyfZB3Kc=