bidict/.travis.yml

28 lines
367 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