travis: Remove support for python 3.4; add support for 3.7.
This commit is contained in:
parent
e5bcd095fd
commit
f09017ece6
|
@ -1,9 +1,9 @@
|
|||
language: python
|
||||
sudo: required
|
||||
python:
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
env: TEST_SUITE=test-main
|
||||
matrix:
|
||||
include:
|
||||
|
|
Loading…
Reference in a new issue