Drop unsupported Python 3.3

This commit is contained in:
Hugo 2017-10-02 18:33:21 +03:00
commit ce0787f0d3
6 changed files with 5 additions and 10 deletions

View file

@ -1,10 +1,9 @@
[tox]
envlist = py{27,33,34,35,36},docs,flake8
envlist = py{27,34,35,36},docs,flake8
[testenv]
basepython =
py27: python2.7
py33: python3.3
py34: python3.4
py35: python3.5
py36: python3.6