We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90363c commit d4bc914Copy full SHA for d4bc914
.travis.yml
@@ -0,0 +1,15 @@
1
+language: python
2
+python:
3
+ - "2.7"
4
+
5
+branches:
6
+ only:
7
+ - master
8
9
+install:
10
+ - pip install sphinx tox simplejson MySQL-python pylint autopep8
11
+ - pip install inspektor
12
+ - pip install -r requirements.txt
13
14
+script:
15
+ - inspekt lint
requirements.txt
@@ -0,0 +1,5 @@
+coverage==3.6
+nose==1.3.0
+nosexcover==1.0.8
+tox==1.5.0
+virtualenv==1.9.1
0 commit comments