[travis] drop python 2.7 support
This commit is contained in:
parent
7a9cb8b533
commit
2f78ee4beb
1 changed files with 2 additions and 1 deletions
|
@ -1,10 +1,11 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y task libdbus-1-dev
|
||||
|
|
Loading…
Reference in a new issue