[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:
parent
e6bb787e01
commit
876774ce40
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue