Hopefully fix pylint complaint, also lock pylint to pything 2.6 compatible version

This commit is contained in:
Jesse Mullan
2014-11-23 16:29:19 -08:00
parent 28079165c4
commit 0146153d0a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -8,9 +8,10 @@ language: python
python:
- "2.6"
- "2.7"
# pylint 1.4 does not run under python 2.6
install:
- pip install pyOpenSSL
- pip install pylint
- pip install pylint==1.3.1
- pip install pyflakes
- pip install pep8
script: