Skip to content
Snippets Groups Projects
Commit 1b30607f authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco Committed by GitHub
Browse files

Merge pull request #30 from di/drop-py26

Drop Python 2.6 support
parents ab11c16c c90f5c73
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