Skip to content
Snippets Groups Projects
Commit c90f5c73 authored by Dustin Ingram's avatar Dustin Ingram
Browse files

Drop Python 2.6 support

parent c9e5c4e1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,8 +9,6 @@ script: tox
 
matrix:
include:
- env: TOXENV=py26
python: 2.6
- env: TOXENV=py27
python: 2.7
- env: TOXENV=py33
Loading
Loading
[tox]
envlist = py26,py27,py33,py34,py35,pypy,pypy3
envlist = py27,py33,py34,py35,pypy,pypy3
 
[testenv]
commands = python run_tests.py
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment