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

Update Travis-CI

This commit is contained in:
Python3pkg 2017-05-18 07:08:04 -07:00
parent 2bb7d209b9
commit 348ff2b4ac

View File

@ -9,12 +9,13 @@ python:
- "3.6"
- "3.7-dev" # 3.7 development branch
install: "pip install -r requirements.txt; pip install tox-travis"
env:
- TOXENV=pep8
- TOXENV=coverage
script: tox
before_install:
- pip install codecov
install:
- "pip install -r requirements.txt"
- "python setup.py install"
- "python setup.py test"
after_success:
- codecov