2014-09-23 14:08:21 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
2015-12-21 03:05:20 +00:00
|
|
|
- "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"
|
2015-03-22 18:21:15 +00:00
|
|
|
- "pypy3"
|
2014-09-23 14:08:21 +00:00
|
|
|
|
|
|
|
install:
|
2015-03-22 18:21:15 +00:00
|
|
|
- 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
|
|
|
|
2015-03-22 18:21:15 +00:00
|
|
|
script:
|
2015-12-21 03:05:20 +00:00
|
|
|
- python setup.py test
|
|
|
|
- pep257 bidict
|
2015-03-22 18:21:15 +00:00
|
|
|
|
|
|
|
after_success:
|
|
|
|
coveralls
|
2014-12-17 23:47:48 +00:00
|
|
|
|
|
|
|
sudo: false
|
2015-03-22 18:21:15 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
webhooks:
|
|
|
|
urls:
|
|
|
|
- https://webhooks.gitter.im/e/bf64fb45a633c0935b9b
|
2015-12-21 03:42:17 +00:00
|
|
|
|
|
|
|
deploy:
|
|
|
|
provider: pypi
|
|
|
|
user: jab
|
|
|
|
password:
|
|
|
|
secure: B9LLgXkTbtjeC/IbH4wh9PEBzvKEAuYo3EBNW5f1xuLqVqtsysIyxJa5ar/FQ4qwUCBwZPFAXFurN3lLzRhb2Tc04YQ0GYVv6f8lkzwrjoWau4iB9Qt/nnvdRa7KryEJvtenHCAnwoEUaADCjkZjwo6fIA0hEOLB6/AYfhfgXYA=
|
|
|
|
on:
|
|
|
|
tags: true
|
|
|
|
branch: master
|