sprockets.mixins.correlation/.travis.yml

24 lines
540 B
YAML
Raw Normal View History

2015-03-28 17:18:08 +00:00
language: python
2018-11-26 20:44:54 +00:00
dist: xenial
2015-03-28 17:18:08 +00:00
python:
2018-11-26 20:28:38 +00:00
- 3.5
- 3.6
- 3.7
2015-03-28 17:18:08 +00:00
install:
- pip install -e .
- pip install -r requires/testing.txt
2015-03-28 17:22:37 +00:00
- pip install tornado
2015-03-28 17:18:08 +00:00
script: nosetests
after_success:
- coveralls
deploy:
provider: pypi
2015-03-31 20:52:31 +00:00
user: sprockets
password:
2015-03-31 20:52:31 +00:00
secure: qzSC7nsNS1rnDKgiZe2GiojMznf35GLzUeqlf5HESYiKDIlXLIpdxS1Ii9G+afnJH1cGT9dheDUvlRzwZ3eDsZHbVYjKtj/uvy8j4x8H+N66Zvm1AMdGvF4sDCUo01DdbsSe7Xh77VY3kV0AgHb8UZuXOgXcdN0kYJjfWuUWTl0=
distributions: "sdist bdist_wheel"
on:
2018-11-26 20:28:38 +00:00
python: 3.6
tags: true
all_branches: true