Stop testing against py33

This commit is contained in:
Anthony Sottile 2016-10-23 16:51:53 -07:00
parent e832ddc57f
commit 3b888c9e42
2 changed files with 1 additions and 2 deletions

View file

@ -1,7 +1,7 @@
[tox]
project = pre_commit
# These should match the travis env list
envlist = py27,py33,py34,py35,pypy,pypy3
envlist = py27,py34,py35,pypy,pypy3
[testenv]
deps = -rrequirements-dev.txt