Remove Python 3.3 from tests

This commit is contained in:
Paul Moore 2018-07-22 16:04:13 +01:00
parent 2fec31827b
commit ed9bd64f39
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
- "2.7"
install: pip install tox
script: tox -e py