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:
parent
2bb7d209b9
commit
348ff2b4ac
11
.travis.yml
11
.travis.yml
@ -9,12 +9,13 @@ python:
|
|||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7-dev" # 3.7 development branch
|
- "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:
|
before_install:
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
|
|
||||||
|
install:
|
||||||
|
- "pip install -r requirements.txt"
|
||||||
|
- "python setup.py install"
|
||||||
|
- "python setup.py test"
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
Loading…
Reference in New Issue
Block a user