diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..9042af1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +sudo: false +language: python +python: + - "3.4" +script: scripts/check diff --git a/scripts/check b/scripts/check old mode 100644 new mode 100755 index 4172ecc..aad8271 --- a/scripts/check +++ b/scripts/check @@ -56,8 +56,6 @@ def get_hosts_data(srcdir): chunks = line.split("=") if len(chunks) == 2: - import pdb - # pdb.set_trace() (k, v) = (x.strip().lower() for x in chunks) if k == "port":