This commit is contained in:
Kenneth Reitz
2012-08-20 11:40:53 +10:00
parent 4ffb90c5b2
commit b2c7c35cf3
2 changed files with 7 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
language: python
python:
- 2.6
- 2.7
script: make test
install:
- pip install nose
-1
View File
@@ -48,7 +48,6 @@ def prefix(prefix):
k = k[len(prefix):]
d[k] = v
except AttributeError:
print k
pass
return d