sprockets.http/.travis.yml

25 lines
567 B
YAML
Raw Normal View History

2014-08-19 16:58:29 +00:00
language: python
python:
- 2.7
- 3.4
2016-01-27 23:26:00 +00:00
- 3.5
before_install:
2016-01-27 23:26:00 +00:00
- pip install nose coverage codecov
- pip install -r requires/testing.txt
2014-08-19 16:58:29 +00:00
install:
- pip install -e .
2016-01-27 23:26:00 +00:00
script: nosetests --with-coverage
after_success:
- codecov
sudo: false
deploy:
distributions: sdist bdist_wheel
provider: pypi
user: sprockets
password:
secure: ARvFw5CHqQZqPOkJXxQSe7EAEbX1yt7FiBTtzz8Gd6XndbY10HVCSWhGYeldm9LevvQc9p77pBEvsl+bXGQbJ3NW/r/U5PADaFdmi4bxmXN8yc+dFKzn72MpZfL+kCV2T/HutuOY6dQa4okTkKVV+sqwPLKPhL69zH/PxQg8qe4=
on:
python: 3.4
tags: true
all_branches: true