bidict/.travis.yml

37 lines
642 B
YAML
Raw Normal View History

2014-09-23 14:08:21 +00:00
language: python
python:
- "2.7"
- "3.3"
2014-09-23 14:08:21 +00:00
- "3.4"
2015-09-14 14:11:55 +00:00
- "3.5"
2014-09-23 14:08:21 +00:00
- "pypy"
- "pypy3"
2014-09-23 14:08:21 +00:00
install:
- pip install -e .[test]
- pip install coveralls
2015-07-10 01:36:49 +00:00
- pip install tox-travis
2014-09-23 14:08:21 +00:00
script:
- python setup.py test
- pep257 bidict
after_success:
coveralls
sudo: false
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/bf64fb45a633c0935b9b
deploy:
provider: pypi
user: jab
password:
secure: B9LLgXkTbtjeC/IbH4wh9PEBzvKEAuYo3EBNW5f1xuLqVqtsysIyxJa5ar/FQ4qwUCBwZPFAXFurN3lLzRhb2Tc04YQ0GYVv6f8lkzwrjoWau4iB9Qt/nnvdRa7KryEJvtenHCAnwoEUaADCjkZjwo6fIA0hEOLB6/AYfhfgXYA=
on:
tags: true
branch: master