Remove Python 2.6 support

Not worth including if it poses *any* problems whatsoever
This commit is contained in:
Ben Lopatin
2016-04-07 17:08:00 -04:00
parent c6a43f0304
commit dd8d9562ff
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -1,7 +1,6 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
+1
View File
@@ -1,4 +1,5 @@
#!/usr/bin/env python
import cmd
import json
import optparse
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py34, py35, pypy, pypy3
envlist = py27, py34, py35, pypy, pypy3
[testenv]
deps=-rrequirements.dev.txt