travis: Add even older python versions to test.

This commit is contained in:
Dylan Araps 2017-08-10 01:16:28 +10:00
parent cbbb5a5b6a
commit eb027f6e43

View File

@ -1,5 +1,7 @@
language: python
python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"