Remove Python 2.6 support
Not worth including if it poses *any* problems whatsoever
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import cmd
|
||||
import json
|
||||
import optparse
|
||||
|
||||
Reference in New Issue
Block a user