travis: we're now py3.3-compatible too

This commit is contained in:
Brian Warner 2015-09-28 16:32:49 -07:00
parent 336eea5e78
commit ea51617233

View File

@ -6,10 +6,6 @@ python:
- "3.3"
- "3.4"
- "3.5"
matrix:
allow_failures:
- python: "3.3"
fast_finish: true
install:
- pip install . Twisted pyflakes
script: