1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00
0bin/.travis.yml

18 lines
280 B
YAML
Raw Normal View History

2017-05-18 16:55:03 +03:00
sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7-dev" # 3.7 development branch
before_install:
- pip install codecov
2017-05-18 17:08:04 +03:00
install:
- "pip install -r requirements.txt"
- "python setup.py install"
- "python setup.py test"
2017-05-18 16:55:03 +03:00
after_success:
- codecov