From 3079b300a5d8e3cf054b1d61edfc3288eb9898a1 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Tue, 19 Apr 2016 14:36:03 +0800 Subject: [PATCH] Add travis-ci --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e1d57e4f --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: python +python: + - "2.7" + +addons: + apt: + packages: + - cmake + - time + - pyqt4-dev-tools +# command to install dependencies +install: "sudo apt-get install pyqt4-dev-tools" +# command to run tests +script: make all