summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.maven-dockerignore2
-rw-r--r--[-rwxr-xr-x]Dockerfile0
-rw-r--r--[-rwxr-xr-x]LICENSE.TXT0
-rw-r--r--[-rwxr-xr-x]pom.xml0
-rw-r--r--[-rwxr-xr-x]tox.ini5
5 files changed, 7 insertions, 0 deletions
diff --git a/.maven-dockerignore b/.maven-dockerignore
new file mode 100644
index 0000000..52d95d7
--- /dev/null
+++ b/.maven-dockerignore
@@ -0,0 +1,2 @@
+target/docker/
+
diff --git a/Dockerfile b/Dockerfile
index 14428e4..14428e4 100755..100644
--- a/Dockerfile
+++ b/Dockerfile
diff --git a/LICENSE.TXT b/LICENSE.TXT
index 4202e45..4202e45 100755..100644
--- a/LICENSE.TXT
+++ b/LICENSE.TXT
diff --git a/pom.xml b/pom.xml
index 3c2109a..3c2109a 100755..100644
--- a/pom.xml
+++ b/pom.xml
diff --git a/tox.ini b/tox.ini
index d3ba96e..b7bca30 100755..100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,3 +17,8 @@ basepython=python2.7
[testenv:py3]
basepython=python3.6
+
+[flake8]
+show-source = True
+exclude=venv-tox,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+