Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[run]
omit=.tox/*
include=./*
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
.tox
*.pyc
build/
dist/
.local
.coverage
.vscode/
# Sphinx
doc/build
coverage.xml
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
dist: bionic
language: python
install:
- sudo apt-get install dh-python
- pip install tox-travis
- pip install codecov
matrix:
include:
- python: 3.6
env: ENV=pep8,py3
- python: 3.7
env: ENV=pep8,py3
- python: 3.8
env: ENV=pep8,py3
script: tox -c tox.ini -e $ENV
after_success:
- codecov --verbose --gcov-glob unit_tests/*
29 changes: 0 additions & 29 deletions pkg-check-stable-branch

This file was deleted.

1 change: 1 addition & 0 deletions pkg-check-stable-branch
29 changes: 0 additions & 29 deletions pkg-check-stable-train-branches

This file was deleted.

1 change: 1 addition & 0 deletions pkg-check-stable-train-branches
42 changes: 0 additions & 42 deletions pkg-create-stable-branch

This file was deleted.

1 change: 1 addition & 0 deletions pkg-create-stable-branch
27 changes: 0 additions & 27 deletions pkg-create-stable-ussuri-branches

This file was deleted.

1 change: 1 addition & 0 deletions pkg-create-stable-ussuri-branches
33 changes: 0 additions & 33 deletions pkg-git-merge-debian

This file was deleted.

1 change: 1 addition & 0 deletions pkg-git-merge-debian
40 changes: 0 additions & 40 deletions pkg-git-merge-ubuntu

This file was deleted.

1 change: 1 addition & 0 deletions pkg-git-merge-ubuntu
68 changes: 0 additions & 68 deletions pkg-lp-to-ubuntu-server-dev

This file was deleted.

1 change: 1 addition & 0 deletions pkg-lp-to-ubuntu-server-dev
38 changes: 0 additions & 38 deletions pkg-move-to-ubuntu-openstack-dev

This file was deleted.

1 change: 1 addition & 0 deletions pkg-move-to-ubuntu-openstack-dev
Loading