[travis] removing python 3.4 and 3.5

Since 3.4 and 3.5 are both not supported anymore, do not do unit tests
for them.
This commit is contained in:
tobi-wan-kenobi 2021-10-23 13:43:08 +02:00
parent e6bb787e01
commit 876774ce40

View file

@ -4,8 +4,6 @@ env:
global: global:
- CC_TEST_REPORTER_ID=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf - CC_TEST_REPORTER_ID=40cb00907f7a10e04868e856570bb997ab9c42fd3b63d980f2b2269433195fdf
python: python:
- "3.4"
- "3.5"
- "3.6" - "3.6"
- "3.7" - "3.7"
- "3.8" - "3.8"