Unverified Commit 5524d71b authored by jbochi's avatar jbochi

Don't run tests in python 2.6 (Ref #1591)

parent b9f640f9
...@@ -2,10 +2,6 @@ sudo: false ...@@ -2,10 +2,6 @@ sudo: false
language: python language: python
matrix: matrix:
include: include:
- python: 2.6
env: TOX_ENV=py26-WTForms1
- python: 2.6
env: TOX_ENV=py26-WTForms2
- python: 2.7 - python: 2.7
env: TOX_ENV=py27-WTForms1 env: TOX_ENV=py27-WTForms1
- python: 2.7 - python: 2.7
......
[tox] [tox]
envlist = envlist =
py{26,27,33,34,35,36}-WTForms{1,2} py{27,33,34,35,36}-WTForms{1,2}
flake8 flake8
docs-html docs-html
skipsdist = true skipsdist = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment