Drop support for EOL Python 2.6

This commit is contained in:
Hugo
2017-12-21 10:55:57 +02:00
parent d3229af3da
commit ed2db3d03a
6 changed files with 11 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
[tox]
# if you change the envlist, please update .travis.yml file as well
envlist=
py{26,27,34,35,36}-pytest{30,31,32}
py{27,34,35,36}-pytest{30,31,32}
py{27,36}-pytest{30,31,32}-pexpect
py{27,36}-pytest{master,features}
flakes