Remove python 2.6 and 3.3 everywhere. (#2583)

This commit is contained in:
Hsiaoming Yang 2018-01-06 18:49:50 +09:00 committed by Armin Ronacher
parent e154e1b88a
commit 8cdcf398cf
4 changed files with 4 additions and 5 deletions

View file

@ -109,8 +109,8 @@ depends on which part of Flask you're working on. Travis-CI will run the full
suite when you submit your pull request.
The full test suite takes a long time to run because it tests multiple
combinations of Python and dependencies. You need to have Python 2.6, 2.7, 3.3,
3.4, 3.5 3.6, and PyPy 2.7 installed to run all of the environments. Then run::
combinations of Python and dependencies. You need to have Python 2.7, 3.4,
3.5 3.6, and PyPy 2.7 installed to run all of the environments. Then run::
tox