travis: drop python2 support

Since python2 is EOL we can drop it from travis CI matrix.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/4944/head
Dimitri Savineau 2020-01-14 11:48:50 -05:00 committed by Guillaume Abrioux
parent 3d0898aa5d
commit c61db12c09
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
language: python
python:
- "2.7"
- "3.6"
- "3.7"
- "3.8"