1
0
forked from VimPlug/jedi

add python 2.6 to travis testing again, because weakrefs are gone now

This commit is contained in:
David Halter
2012-12-09 16:43:21 +01:00
parent 6bdda36205
commit 8416a0dc9f

View File

@@ -1,6 +1,7 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
install: echo "No external requirements"