Merge pull request #1390 from closeio/dont-test-on-py-32

Don't run tests for python 3.2
This commit is contained in:
Jérôme Lafréchoux
2016-10-20 09:42:13 +02:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,6 @@ language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'

View File

@@ -1,6 +1,6 @@
[tox]
envlist = {py26,py27,py32,py33,py34,py35,pypy,pypy3}-{mg27,mg28}
#envlist = {py26,py27,py32,py33,py34,pypy,pypy3}-{mg27,mg28,mg30,mgdev}
envlist = {py26,py27,py33,py34,py35,pypy,pypy3}-{mg27,mg28}
#envlist = {py26,py27,py33,py34,pypy,pypy3}-{mg27,mg28,mg30,mgdev}
[testenv]
commands =