Re-add gate jobs, enabling py3 gate

Add .gitignore

Remove .travis.yml

Change-Id: I8313c1231f1ec7edfe3cc85f6447d8d589cfd0e3
This commit is contained in:
Frode Nordahl 2018-10-12 12:28:21 +02:00
parent a34640e10e
commit bd8934f648
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
3 changed files with 7 additions and 7 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.tox
.stestr
*__pycache__*
*.pyc

View File

@ -1,7 +0,0 @@
dist: trusty
language: python
install:
- pip install pep8 flake8
script:
- pep8 .
- flake8 .

3
.zuul.yaml Normal file
View File

@ -0,0 +1,3 @@
- project:
templates:
- python35-charm-jobs