mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-22 00:44:00 +01:00
Compability with 2.6 unittests.. looks like a dogs poops
This commit is contained in:
+7
-2
@@ -13,6 +13,11 @@ cache:
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
matrix:
|
||||
include:
|
||||
- python: "2.7"
|
||||
env: SENDCOVERAGE=1
|
||||
|
||||
# pylint 1.4 does not run under python 2.6
|
||||
install:
|
||||
- pip install pyOpenSSL
|
||||
@@ -25,8 +30,8 @@ install:
|
||||
script:
|
||||
- pep8 headphones
|
||||
- pyflakes headphones
|
||||
- nosetests headphones
|
||||
- nosetests
|
||||
|
||||
after_success:
|
||||
# coverage stuff:
|
||||
coveralls
|
||||
- if [ $SENDCOVERAGE ]; then coveralls; fi
|
||||
|
||||
Reference in New Issue
Block a user