1
0
forked from VimPlug/jedi

removed python 2.6 from travis testing, because one test failed non-reproducible on my systems

This commit is contained in:
David Halter
2012-12-02 23:13:59 +01:00
parent a79b3e2b87
commit d728ba6413

View File

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