Add .travis.yml, fix executable flag on check script and remove pdb from

imports
This commit is contained in:
hexa- 2015-02-06 06:21:52 +01:00
parent 5dbe872abf
commit be42ec4b68
2 changed files with 5 additions and 2 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
sudo: false
language: python
python:
- "3.4"
script: scripts/check

2
scripts/check Normal file → Executable file
View file

@ -56,8 +56,6 @@ def get_hosts_data(srcdir):
chunks = line.split("=") chunks = line.split("=")
if len(chunks) == 2: if len(chunks) == 2:
import pdb
# pdb.set_trace()
(k, v) = (x.strip().lower() for x in chunks) (k, v) = (x.strip().lower() for x in chunks)
if k == "port": if k == "port":