[CRIU] [PATCH 4/4] enable travis-ci support
Tycho Andersen
tycho.andersen at canonical.com
Thu Oct 22 10:50:57 PDT 2015
Just for linting for now, but you have to start somewhere.
Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
.travis.yml | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 .travis.yml
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..d62774e
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,9 @@
+language: python
+python:
+ - "2.7"
+
+install:
+ - pip install flake8
+
+script:
+ - make lint
--
2.5.0
More information about the CRIU
mailing list