Skip to content

Commit

Permalink
Travis CI build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppapadeas committed Aug 24, 2016
1 parent 36425fb commit 9368af5
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 9,754 deletions.
4 changes: 4 additions & 0 deletions .jshintignore
@@ -0,0 +1,4 @@
servermanager/views/js/bootstrap.min.js
servermanager/views/js/bootstrap-select.min.js
servermanager/views/js/jquery.min.js
servermanager/views/js/jquery-ui.min.js
9 changes: 9 additions & 0 deletions .travis.yml
@@ -0,0 +1,9 @@
language: python
python:
- "2.7"
install:
- pip install flake8
- npm install -g jshint
script:
- flake8 .
- jshint .
2 changes: 1 addition & 1 deletion servermanager/drivermanager.py
Expand Up @@ -2,7 +2,7 @@

from bottle import Bottle, run, template, static_file, request
from servermanager import startServer, stopServer, isServerRunning, getRunningDrivers
from parsedrivers import driversList, findDriverByLabel
from parsedrivers import driversList, findDriverByLabel, DeviceDriver
import db
import json
import os
Expand Down

0 comments on commit 9368af5

Please sign in to comment.