travis: Remove support for python 3.4; add support for 3.7.

This commit is contained in:
neiljp (Neil Pilgrim) 2019-07-27 16:34:30 -07:00
parent e5bcd095fd
commit f09017ece6

View file

@ -1,9 +1,9 @@
language: python
sudo: required
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env: TEST_SUITE=test-main
matrix:
include: